Skip to content
New issue

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

[Enhancement]: <Missing version in KlusterletAddonConfig> #208

Open
arslankhanali opened this issue Mar 4, 2023 · 0 comments
Open

[Enhancement]: <Missing version in KlusterletAddonConfig> #208

arslankhanali opened this issue Mar 4, 2023 · 0 comments

Comments

@arslankhanali
Copy link

arslankhanali commented Mar 4, 2023

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:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant