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 enable_autopilot attribute and some another attributes to LateInitializer ignore to fix issue 256 #258

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

svscheg
Copy link
Contributor

@svscheg svscheg commented Mar 19, 2023

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:

  • Run 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

@svscheg
Copy link
Contributor Author

svscheg commented Mar 19, 2023

/test-examples="examples/container/cluster.yaml"

3 similar comments
@svscheg
Copy link
Contributor Author

svscheg commented Mar 19, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 20, 2023

/test-examples="examples/container/cluster.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 20, 2023

/test-examples="examples/container/cluster.yaml"

1 similar comment
@turkenf
Copy link
Collaborator

turkenf commented Mar 20, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 21, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 21, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 21, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Mar 21, 2023

/test-examples="examples/container/cluster.yaml"

@svscheg svscheg changed the title Add enable_autopilot to LateInitializer ignore Add enable_autopilot attribute and some another attributes to LateInitializer ignore to fix issue 256 Mar 21, 2023
Copy link
Collaborator

@sergenyalcin sergenyalcin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @svscheg LGTM!

@svscheg svscheg merged commit bdb3d0d into crossplane-contrib:main Mar 22, 2023
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.

container: creating a Cluster with enableAutopilot: true leads to refresh failures
4 participants