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
At (https://github.com/redhat-et/microshift-documentation/blob/60ff164ed9e95e05eeb5e69827e4d722955ebf32/content/en/docs/user-documentation/how-tos/acm-with-microshift.md) KlusterletAddonConfig is missing version
User will get an error/prompt for version otherwise
cat <<EOF | oc apply -f - apiVersion: agent.open-cluster-management.io/v1 kind: KlusterletAddonConfig metadata: name: ${CLUSTER_NAME} namespace: ${CLUSTER_NAME} spec: clusterName: ${CLUSTER_NAME} clusterNamespace: ${CLUSTER_NAME} applicationManager: enabled: true certPolicyController: enabled: true clusterLabels: cloud: auto-detect vendor: auto-detect iamPolicyController: enabled: true policyController: enabled: true searchCollector: enabled: true version: 2.1.0 EOF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added:
At (https://github.com/redhat-et/microshift-documentation/blob/60ff164ed9e95e05eeb5e69827e4d722955ebf32/content/en/docs/user-documentation/how-tos/acm-with-microshift.md) KlusterletAddonConfig is missing version
Why is this needed:
User will get an error/prompt for version otherwise
fix:
The text was updated successfully, but these errors were encountered: