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

annotatation for fips / patch #7437

Open
lazharh opened this issue Mar 20, 2025 · 0 comments
Open

annotatation for fips / patch #7437

lazharh opened this issue Mar 20, 2025 · 0 comments

Comments

@lazharh
Copy link

lazharh commented Mar 20, 2025

Hello
in this line

$ kubectl annotate agentclusterinstalls.extensions.hive.openshift.io test-cluster -n mynamespace agent-install.openshift.io/install-config-overrides="{\"networking\":{\"networkType\": \"OVNKubernetes\"},\"fips\":true}"

It says to annotation the agentclusterInstall ;
Maybe a good idea is to patch the object?

apiVersion: extensions.hive.openshift.io/v1beta1
kind: AgentClusterInstall
metadata:
annotations:
agent-install.openshift.io/install-config-overrides: |
{"networking":{"networkType":"OVNKubernetes"},
"fips": true, -------------------------------------------------------------------------------------------------> this is what to be added
"capabilities": {
"baselineCapabilitySet": "None",
"additionalEnabledCapabilities": [
"Console",
"ImageRegistry",
"MachineAPI",
"NodeTuning",
"Storage",
"baremetal",
"marketplace"
]
}
}
argocd.argoproj.io/sync-wave: "1"

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