Skip to content

Commit

Permalink
Adapt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch committed Jan 16, 2024
1 parent 4f356a0 commit c24d9c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_provision_gardener_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kyma provision gardener aws [flags]
--hibernation-end string Cron expression to configure when the cluster should stop hibernating
--hibernation-location string Timezone in which the hibernation schedule should be applied. (default "Europe/Berlin")
--hibernation-start string Cron expression to configure when the cluster should start hibernating (default "00 18 * * 1,2,3,4,5")
-k, --kube-version string Kubernetes version of the cluster. (default "1.26")
-k, --kube-version string Kubernetes version of the cluster. (default "1.27")
-n, --name string Name of the cluster to provision. (required)
-p, --project string Name of the Gardener project where you provision the cluster. (required)
-r, --region string Region of the cluster. (default "eu-west-3")
Expand Down
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_provision_gardener_az.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kyma provision gardener az [flags]
--hibernation-end string Cron expression to configure when the cluster should stop hibernating
--hibernation-location string Timezone in which the hibernation schedule should be applied. (default "Europe/Berlin")
--hibernation-start string Cron expression to configure when the cluster should start hibernating (default "00 18 * * 1,2,3,4,5")
-k, --kube-version string Kubernetes version of the cluster. (default "1.26")
-k, --kube-version string Kubernetes version of the cluster. (default "1.27")
-n, --name string Name of the cluster to provision. (required)
-p, --project string Name of the Gardener project where you provision the cluster. (required)
-r, --region string Region of the cluster. (default "westeurope")
Expand Down
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_provision_gardener_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kyma provision gardener gcp [flags]
--hibernation-end string Cron expression to configure when the cluster should stop hibernating
--hibernation-location string Timezone in which the hibernation schedule should be applied. (default "Europe/Berlin")
--hibernation-start string Cron expression to configure when the cluster should start hibernating (default "00 18 * * 1,2,3,4,5")
-k, --kube-version string Kubernetes version of the cluster. (default "1.26")
-k, --kube-version string Kubernetes version of the cluster. (default "1.27")
-n, --name string Name of the cluster to provision. (required)
-p, --project string Name of the Gardener project where you provision the cluster. (required)
-r, --region string Region of the cluster. (default "europe-west3")
Expand Down
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_provision_k3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kyma provision k3d [flags]
--k3d-arg strings One or more arguments passed to the k3d provisioning command (e.g. --k3d-arg='--no-rollback')
--k3d-registry-arg strings One or more arguments passed to the k3d registry create command (e.g. --k3d-registry-arg='--default-network podman')
-s, --k3s-arg strings One or more arguments passed from k3d to the k3s command (format: ARG@NODEFILTER[;@NODEFILTER])
-k, --kube-version string Kubernetes version of the cluster (default "1.26.6")
-k, --kube-version string Kubernetes version of the cluster (default "1.27.9")
--name string Name of the Kyma cluster (default "kyma")
-p, --port strings Map ports 80 and 443 of K3D loadbalancer (e.g. -p 80:80@loadbalancer -p 443:443@loadbalancer) (default [80:80@loadbalancer,443:443@loadbalancer])
--registry-port string Specify the port on which the k3d registry will be exposed (default "5001")
Expand Down

0 comments on commit c24d9c9

Please sign in to comment.