deps: support Kubernetes 1.28 (#2242)

This commit is contained in:
3u13r 2023-08-18 11:13:24 +02:00 committed by GitHub
parent 38dcb3dbab
commit 8325f99b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 134 additions and 129 deletions

View file

@ -79,7 +79,7 @@ constellation config generate {aws|azure|gcp|openstack|qemu|stackit} [flags]
```
-a, --attestation string attestation variant to use {aws-sev-snp|aws-nitro-tpm|azure-sev-snp|azure-trustedlaunch|gcp-sev-es|qemu-vtpm}. If not specified, the default for the cloud provider is used
-h, --help help for generate
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR (default "v1.26")
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR (default "v1.27")
```
### Options inherited from parent commands