Skip to content

Commit 22f0e4c

Browse files
feat: add node_kernel_module_loading field to LinuxNodeConfig (#31794)
feat: add network_tier_config field to NodeNetworkConfig feat: add writable_cgroups field to ContainerdConfig feat: deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig feat: add network_tier_config field to IPAllocationPolicy feat: deprecate enterprise_config field in Cluster feat: deprecate desired_enterprise_config field in ClusterUpdate feat: add autoscaled_rollout_policy field to BlueGreenSettings feat: add end_time_behavior field to MaintenanceExclusionOptions feat: add privileged_admission_config field to Autopilot feat: add membership_type field to Fleet feat: add rotation_config field to SecretManagerConfig docs: various documentation fixes PiperOrigin-RevId: 822311698 Source-Link: googleapis/googleapis@94ccdfe Source-Link: googleapis/googleapis-gen@bc8b280 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci12MS8uT3dsQm90LnlhbWwiLCJoIjoiYmM4YjI4MDU5YTk0MDhhZDI2YTBlMGYyZGZlYTkzY2JiNjlhNTQ1ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8df77e9 commit 22f0e4c

5 files changed

Lines changed: 270 additions & 20 deletions

File tree

google-cloud-container-v1/lib/google/cloud/container/v1/cluster_manager/client.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def get_cluster request, options = nil
474474
# network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
475475
#
476476
# One firewall is added for the cluster. After cluster creation,
477-
# the Kubelet creates routes for each node to allow the containers
477+
# the kubelet creates routes for each node to allow the containers
478478
# on that node to communicate with all other instances in the
479479
# cluster.
480480
#
@@ -735,6 +735,14 @@ def update_cluster request, options = nil
735735
# in which the node pool's nodes should be located. Changing the locations
736736
# for a node pool will result in nodes being either created or removed from
737737
# the node pool, depending on whether locations are being added or removed.
738+
#
739+
# Warning: It is recommended to update node pool locations in a standalone
740+
# API call. Do not combine a location update with changes to other fields
741+
# (such as `tags`, `labels`, `taints`, etc.) in the same request.
742+
# Otherwise, the API performs a structural modification where changes to
743+
# other fields will only apply to newly created nodes and will not be
744+
# applied to existing nodes in the node pool. To ensure all nodes are updated
745+
# consistently, use a separate API call for location changes.
738746
# @param workload_metadata_config [::Google::Cloud::Container::V1::WorkloadMetadataConfig, ::Hash]
739747
# The desired workload metadata config for the node pool.
740748
# @param upgrade_settings [::Google::Cloud::Container::V1::NodePool::UpgradeSettings, ::Hash]

google-cloud-container-v1/lib/google/cloud/container/v1/cluster_manager/rest/client.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def get_cluster request, options = nil
453453
# network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
454454
#
455455
# One firewall is added for the cluster. After cluster creation,
456-
# the Kubelet creates routes for each node to allow the containers
456+
# the kubelet creates routes for each node to allow the containers
457457
# on that node to communicate with all other instances in the
458458
# cluster.
459459
#
@@ -700,6 +700,14 @@ def update_cluster request, options = nil
700700
# in which the node pool's nodes should be located. Changing the locations
701701
# for a node pool will result in nodes being either created or removed from
702702
# the node pool, depending on whether locations are being added or removed.
703+
#
704+
# Warning: It is recommended to update node pool locations in a standalone
705+
# API call. Do not combine a location update with changes to other fields
706+
# (such as `tags`, `labels`, `taints`, etc.) in the same request.
707+
# Otherwise, the API performs a structural modification where changes to
708+
# other fields will only apply to newly created nodes and will not be
709+
# applied to existing nodes in the node pool. To ensure all nodes are updated
710+
# consistently, use a separate API call for location changes.
703711
# @param workload_metadata_config [::Google::Cloud::Container::V1::WorkloadMetadataConfig, ::Hash]
704712
# The desired workload metadata config for the node pool.
705713
# @param upgrade_settings [::Google::Cloud::Container::V1::NodePool::UpgradeSettings, ::Hash]

google-cloud-container-v1/lib/google/container/v1/cluster_service_pb.rb

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-container-v1/lib/google/container/v1/cluster_service_services_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)