We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor issue, whilst destroying the codefresh runner I was receiving the below error:
Error: contexts[0].context.cluster is missing
This was resolved by passing in the context and namespace as arguments (e.g. --kube-context-name context --kube-namespace codefresh
I believe this simply needs the documents updating to reflect the necessary arguments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minor issue, whilst destroying the codefresh runner I was receiving the below error:
Error: contexts[0].context.cluster is missing
This was resolved by passing in the context and namespace as arguments (e.g. --kube-context-name context --kube-namespace codefresh
I believe this simply needs the documents updating to reflect the necessary arguments.
The text was updated successfully, but these errors were encountered: