SovereignCloudStack / cluster-stacks

Definition of Cluster Stacks based on the ClusterAPI ClusterClass feature
https://scs.community/
Apache License 2.0
9 stars 6 forks source link

:book: Update quickstart guide #130

Closed michal-gubricky closed 3 months ago

michal-gubricky commented 3 months ago

What this PR does / why we need it: When using the latest version of CSO(v0.1.0-alpha.6), the RuntimeSDK feature flag needs to be enabled, otherwise you get this error:

Error from server (Forbidden): error when creating "STDIN": admission webhook "validation.extensionconfig.runtime.cluster.x-k8s.io" denied the request: spec: Forbidden: can be set only if the RuntimeSDK feature flag is enabled

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #128