Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

feat: add a flag to toggle the Kubelet read only port#383

Merged
parthea merged 4 commits into
mainfrom
owl-bot-copy
Jul 4, 2023
Merged

feat: add a flag to toggle the Kubelet read only port#383
parthea merged 4 commits into
mainfrom
owl-bot-copy

Conversation

@gcf-owl-bot
Copy link
Copy Markdown
Contributor

@gcf-owl-bot gcf-owl-bot Bot commented Jun 29, 2023

BEGIN_COMMIT_OVERRIDE
feat(v1beta1): Add InsecureKubeletReadonlyPortEnabled in NodeKubeletConfig and AutoProvisioningNodePoolDefaults
feat(v1beta1): add a Pod IP Utilization API
feat(v1beta1): publicize tpu topology
feat(v1beta1): Add KUBE_DNS option to DNSConfig.cluster_dns
feat(v1beta1): add Tier 1 cluster-level API network_performance_config
END_COMMIT_OVERRIDE

  • Regenerate this pull request now.

A new optional field InsecureKubeletReadonlyPortEnabled is available in
NodeKubeletConfig and AutoProvisioningNodePoolDefaults.

Setting the field to false turns off the read-only port.
If un-set, the default for the GKE version is used.


feat: publicize tpu topology in beta API


feat: add a Pod IP Utilization API

Users can use cluster describe command to check the Pod IP ranges utilizations consumed by all the node pools within the same cluster. This percentage can be seen at cluster default Pod range, additional Pod ranges, and node pool level Pod ranges.

PiperOrigin-RevId: 545172252

Source-Link: googleapis/googleapis@5b2d46f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/efa201a2bdd0642bd5dfdecf92f7c3a0c38dca85
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWZhMjAxYTJiZGQwNjQyYmQ1ZGZkZWNmOTJmN2MzYTBjMzhkY2E4NSJ9

BEGIN_NESTED_COMMIT
feat: Add KUBE_DNS option to DNSConfig.cluster_dns

feat: add Tier 1 cluster-level API network_performance_config
PiperOrigin-RevId: 544446757

Source-Link: googleapis/googleapis@becb844

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0ffa2361967e2f776a0f93fe5e33c01da7b60eba
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGZmYTIzNjE5NjdlMmY3NzZhMGY5M2ZlNWUzM2MwMWRhN2I2MGViYSJ9
END_NESTED_COMMIT

---
feat: add Tier 1 cluster-level API network_performance_config
PiperOrigin-RevId: 544446757

Source-Link: googleapis/googleapis@becb844

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0ffa2361967e2f776a0f93fe5e33c01da7b60eba
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGZmYTIzNjE5NjdlMmY3NzZhMGY5M2ZlNWUzM2MwMWRhN2I2MGViYSJ9
@gcf-owl-bot gcf-owl-bot Bot requested a review from a team June 29, 2023 22:49
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented Jun 29, 2023

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 29, 2023
@product-auto-label product-auto-label Bot added the size: xl Pull request size is extra large. label Jun 29, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 29, 2023
@product-auto-label product-auto-label Bot added the api: container Issues related to the googleapis/python-container API. label Jun 29, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 29, 2023
@gcf-owl-bot gcf-owl-bot Bot requested a review from a team as a code owner June 29, 2023 22:51
@gcf-owl-bot gcf-owl-bot Bot requested a review from balajismaniam June 29, 2023 22:51
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 29, 2023
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. and removed size: xl Pull request size is extra large. labels Jun 29, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 29, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 29, 2023
A new optional field `InsecureKubeletReadonlyPortEnabled` is available in
`NodeKubeletConfig` and `AutoProvisioningNodePoolDefaults`.

Setting the field to `false` turns off the read-only port.
If un-set, the default for the GKE version is used.

---
feat: publicize tpu topology in beta API

---
feat: add a Pod IP Utilization API

Users can use `cluster describe` command to check the Pod IP ranges utilizations consumed by all the node pools within the same cluster. This percentage can be seen at cluster default Pod range, additional Pod ranges, and node pool level Pod ranges.

PiperOrigin-RevId: 545172252

Source-Link: googleapis/googleapis@5b2d46f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/efa201a2bdd0642bd5dfdecf92f7c3a0c38dca85
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWZhMjAxYTJiZGQwNjQyYmQ1ZGZkZWNmOTJmN2MzYTBjMzhkY2E4NSJ9
@gcf-owl-bot gcf-owl-bot Bot changed the title feat: Add KUBE_DNS option to DNSConfig.cluster_dns feat: add a flag to toggle the Kubelet read only port Jul 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 3, 2023
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. and removed size: m Pull request size is medium. labels Jul 3, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 3, 2023
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jul 3, 2023
@product-auto-label product-auto-label Bot removed the size: xl Pull request size is extra large. label Jul 3, 2023
@product-auto-label product-auto-label Bot added the size: m Pull request size is medium. label Jul 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 3, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 3, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 3, 2023
@parthea parthea merged commit be6b0ab into main Jul 4, 2023
@parthea parthea deleted the owl-bot-copy branch July 4, 2023 12:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: container Issues related to the googleapis/python-container API. owl-bot-copy size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants