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

Support more configurations in GCPManagedMachinePool #1025

Closed
gzcharleszhang opened this issue Sep 22, 2023 · 1 comment · Fixed by #1026
Closed

Support more configurations in GCPManagedMachinePool #1025

gzcharleszhang opened this issue Sep 22, 2023 · 1 comment · Fixed by #1026
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@gzcharleszhang
Copy link
Contributor

/kind feature

Describe the solution you'd like
GCPManagedMachinePool should support the following configurations made available by the GCP SDK NodePool:

  • Config
    • MachineType
    • DiskSizeGb
    • ServiceAccount
    • ImageType
    • Labels
    • LocalSsdCount
    • Tags
    • DiskType
    • Taints
    • ResourceLabels
  • Autoscaling
    • Enabled
    • LocationPolicy
    • TotalMinNodeCount
    • TotalMaxNodeCount
  • Management
    • AutoUpgrade
    • AutoRepair
  • MaxPodsConstraint
    • MaxPodsPerNode
@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 22, 2023
@gzcharleszhang
Copy link
Contributor Author

/assign gzcharleszhang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants