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

Add hostNetwork setting for agent deployment policy #2659

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

Danil-Grigorev
Copy link
Contributor

@Danil-Grigorev Danil-Grigorev commented Jul 22, 2024

Refers to rancher-sandbox/cluster-api-addon-provider-fleet#74

Fleet agent can be used to deploy bundles during cluster bootstrap procedure. One common operation is to deploy CNI configuration. While it is possible, current fleet-agent config is not getting scheduled on the cluster due to dependency on the CNI itself.

To avoid it, a user may want to specify spec.hostNetwork setting on the Cluster resource. This allows the init pod to proceed further and register the agent on the management cluster, so it can proceed with applications rollout.

asciicast

@manno manno merged commit 14b88bc into rancher:main Jul 23, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

3 participants