You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export out="--dry-run=client -o yaml"
kubectl create cm info --from-literal=k=v $out
kubectl apply -f 01config_map.yaml
# 获得configmap
kubectl get cm
# 查看详细信息
kubectl describe cm info