-
Notifications
You must be signed in to change notification settings - Fork 75
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 enable_autopilot attribute and some another attributes to LateInitializer ignore to fix issue 256 #258
Conversation
/test-examples="examples/container/cluster.yaml" |
3 similar comments
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
1 similar comment
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
/test-examples="examples/container/cluster.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @svscheg LGTM!
Description of your changes
Add next attributes to LateInitializer ignore:
"enable_autopilot",
"workload_identity_config",
"addons_config.network_policy_config",
"addons_config.gcp_filestore_csi_driver_config",
"addons_config.dns_cache_config",
"default_max_pods_per_node",
"cluster_autoscaling.enabled",
"cluster_autoscaling.resource_limits",
"enable_intranode_visibility",
"network_policy",
"enable_shielded_nodes"
Fixes #256
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Uptest: https://github.com/upbound/provider-gcp/actions/runs/4477290409/jobs/7868644634