You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the extraManifests config object on the omni cluster, to apply secret objects to the cluster, everytime we bootstrap the cluster, the secrets change. Here is an example manifest:
No changes to the secret tokens. What is happening is that omni sees the secret objects have changes by the cluster, but it wants to override when the cluster changes the manifest
Steps To Reproduce
Create an extraManifest configuration in the cluster config that includes a secret
Apply the cluster config
Notice that Omni will apply it, but then will always mark it as a change in the bootstrap manifest section because the kubernetes cluster has attached a token to that secret and Omni wants to override it
What browsers are you seeing the problem on?
Firefox, Chrome
Anything else?
No response
The text was updated successfully, but these errors were encountered:
This extraManifest that it is applying is 2 objects for service accounts. The issue is the Secret object since when the bootstrap runs again after applying it the first time it will change the secret data
I don't know, the only thing we can do is to skip/filter out such updates.
Bootstrap manifests have limited support for rersources to be created, you can also remove that Secret from the config patch after the bootstrap as a workaround.
Is there an existing issue for this?
Current Behavior
When using the extraManifests config object on the omni cluster, to apply secret objects to the cluster, everytime we bootstrap the cluster, the secrets change. Here is an example manifest:
I've also seen this for certain CNI manifests
Expected Behavior
No changes to the secret tokens. What is happening is that omni sees the secret objects have changes by the cluster, but it wants to override when the cluster changes the manifest
Steps To Reproduce
What browsers are you seeing the problem on?
Firefox, Chrome
Anything else?
No response
The text was updated successfully, but these errors were encountered: