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

HOSTEDCP-2220: Autonode karpenter #5279

Merged
merged 6 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Next Next commit
Run make update
  • Loading branch information
enxebre committed Dec 12, 2024
commit 18ffc1b3c0605ff9e636ad7ecfa5d793cb22ae72
85 changes: 85 additions & 0 deletions api/hypershift/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ hostedclusters.hypershift.openshift.io:
Category: ""
FeatureGates:
- AROHCPManagedIdentities
- AutoNodeKarpenter
- DynamicResourceAllocation
- ExternalOIDC
- HCPPodsLabels
Expand Down Expand Up @@ -149,6 +150,7 @@ hostedcontrolplanes.hypershift.openshift.io:
Category: cluster-api
FeatureGates:
- AROHCPManagedIdentities
- AutoNodeKarpenter
- DynamicResourceAllocation
- ExternalOIDC
- NetworkDiagnosticsConfig
Expand Down
Loading