This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: pcm kubernetes服务注册地址更改为域名
Signed-off-by: devad <cossjie@foxmail.com> Former-commit-id:
c481227cbb
pull/9/head
devad
2 years ago
parent
704caa4e79
commit
5d7741498c
13 changed files
with
31 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
adaptor/PCM-AI/PCM-MODELARTS/rpc/etc/pcmmodelarts.yaml
+1
-1
adaptor/PCM-AI/PCM-OCTOPUS/rpc/etc/octopus.yaml
+1
-1
adaptor/PCM-CORE/api/etc/pcm.yaml
+1
-1
adaptor/PCM-CORE/rpc/etc/pcmcore.yaml
+1
-1
adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml
+1
-1
adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml
+1
-1
adaptor/PCM-STORAGE/PCM-CEPH/rpc/etc/pcmceph.yaml
+4
-0
deploy/pcm-ac-deployment.yaml
+4
-0
deploy/pcm-ceph-rpc-deployment.yaml
+4
-0
deploy/pcm-core-deployment.yaml
+4
-0
deploy/pcm-core-rpc-deployment.yaml
+4
-0
deploy/pcm-kubenative-deployment.yaml
+4
-0
deploy/pcm-modelarts-deployment.yaml
+ 1
- 1
adaptor/PCM-AI/PCM-MODELARTS/rpc/etc/pcmmodelarts.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 1
- 1
adaptor/PCM-AI/PCM-OCTOPUS/rpc/etc/octopus.yaml
View File
@@ -2,7 +2,7 @@ NacosConfig:
DataId: pcm-octopus-rpc.yaml
Group: DEFAULT_GROUP
ServerConfigs:
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
# - IpAddr: nacos-headless
# Port: 8848
+ 1
- 1
adaptor/PCM-CORE/api/etc/pcm.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 1
- 1
adaptor/PCM-CORE/rpc/etc/pcmcore.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 1
- 1
adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 1
- 1
adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 1
- 1
adaptor/PCM-STORAGE/PCM-CEPH/rpc/etc/pcmceph.yaml
View File
@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr:
10.101.15.7
- IpAddr:
nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test
+ 4
- 0
deploy/pcm-ac-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-ac
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
+ 4
- 0
deploy/pcm-ceph-rpc-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-ceph-rpc
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
+ 4
- 0
deploy/pcm-core-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-core
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
+ 4
- 0
deploy/pcm-core-rpc-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-core-rpc
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
+ 4
- 0
deploy/pcm-kubenative-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-kubenative
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
+ 4
- 0
deploy/pcm-modelarts-deployment.yaml
View File
@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-modelarts
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:
Write
Preview
Loading…
Cancel
Save