摘要:
注意selector一定要书写正确,否则通过集群IP:端口 或者是节点ip:外部访问端口 都无法访问 apiVersion: v1 kind: Pod metadata: name: test-pod namespace: test labels: environment: stg spec: co 阅读全文
摘要:
apiVersion: v1 kind: Pod metadata: name: test-pod namespace: test labels: environment: STG spec: containers: - name: my-nginx-container image: nginx:l 阅读全文