hongming
# kubectl -n kubesphere-system get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
etcd ClusterIP 10.233.11.206 <none> 2379/TCP 8d
ks-account ClusterIP 10.233.52.215 <none> 80/TCP 8d
ks-apigateway ClusterIP 10.233.5.166 <none> 80/TCP 8d
ks-apiserver ClusterIP 10.233.40.187 <none> 80/TCP 8d
ks-console NodePort 10.233.38.21 <none> 80:30880/TCP 8d
minio ClusterIP 10.233.24.30 <none> 9000/TCP 8d
mysql ClusterIP 10.233.3.239 <none> 3306/TCP 8d
openldap ClusterIP None <none> 389/TCP 8d
redis ClusterIP 10.233.63.74 <none> 6379/TCP 8d
redis-ha ClusterIP None <none> 6379/TCP,26379/TCP 8d
redis-ha-announce-0 ClusterIP 10.233.27.202 <none> 6379/TCP,26379/TCP 8d
redis-ha-announce-1 ClusterIP 10.233.5.158 <none> 6379/TCP,26379/TCP 8d
redis-ha-announce-2 ClusterIP 10.233.30.54 <none> 6379/TCP,26379/TCP 8d
kubectl -n kubesphere-system get ep
NAME ENDPOINTS AGE
etcd 10.233.100.1:2379 8d
ks-account 10.233.109.21:19090,10.233.116.18:19090,10.233.91.27:19090 8d
ks-apigateway 10.233.116.12:2018,10.233.64.12:2018,10.233.92.12:2018 8d
ks-apiserver 10.233.100.5:9090,10.233.116.13:9090,10.233.92.13:9090 8d
ks-console 10.233.109.9:8000,10.233.91.19:8000,10.233.92.11:8000 8d
ks-controller-manager-leader-election <none> 8d
minio 10.233.65.1:9000 8d
mysql 10.233.120.1:3306 8d
openldap 10.233.64.5:389,10.233.92.3:389 8d
redis 10.233.116.2:6379,10.233.64.3:6379,10.233.92.2:6379 8d
redis-ha 10.233.116.3:6379,10.233.64.4:6379,10.233.92.4:6379 + 3 more... 8d
redis-ha-announce-0 10.233.64.4:6379,10.233.64.4:26379 8d
redis-ha-announce-1 10.233.116.3:6379,10.233.116.3:26379 8d
redis-ha-announce-2 10.233.92.4:6379,10.233.92.4:26379 8d
好像是改的不对?还是没生效,我是
kubectl -n kubesphere-system edit deploy ks-account
修改的