当 Insights 失效的时候,可能有以下几种情况
- 是否最近更改了配置
- 是否没有设置 proxy
- 是否最近更改了 secret
官方文档更新 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