cuijxin

Results 2 comments of cuijxin

/ # wget -q -O- nginx-service.default.svc.cluster.local:5000 wget: bad address 'nginx-service.default.svc.cluster.local:5000' 这是因为我没有配置dns的域名策略吗,我用的是coredns 原来是busybox的镜像版本的问题,“kubectl run --rm -i --tty test-dns --image=busybox:1.28 /bin/sh”,这样就好用了

When after I created this configmap, should I recreate mysql-opeartor? I create configmap use this yaml: ``` apiVersion: v1 kind: ConfigMap metadata: name: mysql-operator-config namespace: mysql-operator labels: app: mysql-operator data:...