其他分享
首页 > 其他分享> > 更新 OpenShift pull-secret

更新 OpenShift pull-secret

作者:互联网

当 Insights 失效的时候,可能有以下几种情况

官方文档更新 secret

也可以用命令更新 secret

$ oc -n openshift-config create secret generic support --from-literal=endpoint=https://cloud.redhat.com/api/ingress/v1/upload --dry-run -o yaml | oc apply -f - -n openshift-config

$ openssl s_client -connect cloud.redhat.com:443 -servername cloud.redhat.com -showcerts

标签:pull,redhat,config,openshift,secret,com,OpenShift,cloud
来源: https://blog.csdn.net/weixin_40479860/article/details/117263039