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

azurerm_kubernetes_cluster - support for upgrade_override_setting property #27962

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6134a08
Update kubernetes_cluster.html.markdown
hqhqhqhqhqhqhqhqhqhqhq Nov 11, 2024
d17f687
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Nov 11, 2024
b8ff724
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Nov 11, 2024
e341b33
update test case to include update operations for upgradeOverrideSetting
hqhqhqhqhqhqhqhqhqhqhq Nov 11, 2024
ac5136a
fix: upgrade upgrade_override_setting to upgrade_override
hqhqhqhqhqhqhqhqhqhqhq Nov 22, 2024
21c5107
Update kubernetes_cluster_resource_test.go
hqhqhqhqhqhqhqhqhqhqhq Dec 2, 2024
5514082
update
hqhqhqhqhqhqhqhqhqhqhq Dec 2, 2024
925c72a
Update website/docs/r/kubernetes_cluster.html.markdown
hqhqhqhqhqhqhqhqhqhqhq Jan 20, 2025
656975a
update
hqhqhqhqhqhqhqhqhqhqhq Jan 20, 2025
0e21eff
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 20, 2025
01a3af9
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 20, 2025
f175ce7
update
hqhqhqhqhqhqhqhqhqhqhq Jan 20, 2025
07b3b1e
Update website/docs/r/kubernetes_cluster.html.markdown
hqhqhqhqhqhqhqhqhqhqhq Jan 22, 2025
d28c5e3
Update website/docs/r/kubernetes_cluster.html.markdown
hqhqhqhqhqhqhqhqhqhqhq Jan 22, 2025
a3dcc8c
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 22, 2025
a0f05dc
Merge branch 'feat/container_service-upgrade-settings' of https://git…
hqhqhqhqhqhqhqhqhqhqhq Jan 22, 2025
aecf203
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 23, 2025
f3cf8bd
Update website/docs/r/kubernetes_cluster.html.markdown
hqhqhqhqhqhqhqhqhqhqhq Jan 29, 2025
a33befb
Update internal/services/containers/kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 29, 2025
5ac6fdd
Update kubernetes_cluster_resource.go
hqhqhqhqhqhqhqhqhqhqhq Jan 29, 2025
1eb8891
Merge branch 'feat/container_service-upgrade-settings' of https://git…
hqhqhqhqhqhqhqhqhqhqhq Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/r/kubernetes_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ The `upgrade_override` block supports the following:

* `force_upgrade_enabled` - (Required) Whether to force upgrade the cluster. Note that this option instructs the upgrade operation to bypass upgrade protections such as checking for deprecated API usage.
hqhqhqhqhqhqhqhqhqhqhq marked this conversation as resolved.
Show resolved Hide resolved

-> **Note: Enable this option only with caution as it may render the cluster inoperative.**
!> **Important: The `force_upgrade_enabled` field instructs the upgrade operation to bypass upgrade protections (e.g. checking for deprecated API usage) which may render the cluster inoperative after the upgrade process has completed. Use the `force_upgrade_enabled` option with extreme caution only.**
hqhqhqhqhqhqhqhqhqhqhq marked this conversation as resolved.
Show resolved Hide resolved

* `effective_until` - (Optional) Specifies the duration, in RFC 3339 format (e.g., `2025-10-01T13:00:00Z`), the `upgrade_override` values are effective. This field must be set for the `upgrade_override` values to take effect. The date-time must be within the next 30 days.

Expand Down
Loading