Unable to configure remote openshift clusters #5658
Unanswered
kass22-sys
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a fluxcd instance on a main openshift cluster. This one is also used to configure AKS clusters, this works without an issue. When i try to do the same for another openshift cluster i get this error:
dry-run failed: failed to get API group resources: unable to retrieve the complete list of server APIs: v1.This is the kustomize i use:
The secret contains a full kubeconfig as a secret to a service account with cluster-admin permission.
I put the kubeconfig in
/tmp/test.yamlto test and then i can successfully runkubectl --kubeconfig /tmp/test.yaml create nsfor example as well as all other commands i would excpect to work.Does someone know how i can resolve this issue or what i am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions