Sandro Mathys
Sandro Mathys
### Terraform Version ``` $ terraform -v Terraform v0.13.5 + provider registry.terraform.io/terraform-provider-openstack/openstack v1.32.0 ``` ### Affected Resource(s) - `openstack_networking_secgroup_v2` - (`openstack_compute_instance_v2`) ### Expected Behavior Security groups should be detached, deleted,...
Kindly make it possible to down-/upload cluster templates through the UI. The API already allows it, but the UI (at least in KKP 2.19) does not seem to offer these...
Hi all, This is our first submission, i.e. a new product. Kindly let us know if we need to improve anything. Also, it wasn't clear what comes first, this PR...
Hi all, This is our first submission, i.e. a new product. Kindly let us know if we need to improve anything. Also, it wasn't clear what comes first, this PR...
### Description of the feature you would like to add / User story As a KKP admin I would like to change the number of replicas (and, while at it,...
### What happened? I'm trying to set up a K1 cluster in a new environment. I'm still fine tuning the infra and particularly the firewalls (OpenStack security groups). Access to...
Kubeone 1.6.0 expects the following environment variables which are not used by e.g. the openstack cli anymore: - `OS_DOMAIN_NAME` (for username/password authentication, it should be `OS_USER_DOMAIN_NAME` nowadays) - `OS_TENANT_ID` or...
There are two ways OpenStack VMs can access metadata: 1) metadata service, 2) config drive. The former is network/http based, the latter, as the name suggest, is a pseudo-volume attached...
### What happened? During the upgrade to KubeOne 1.8.0, with the `unattended-upgrades` addon both pre-upgrade and post-upgrade and no other changes either, the kured DaemonSet got removed but the rest...
The instructions to run sonobuoy include using `go get`: https://github.com/cncf/k8s-conformance/blob/master/instructions.md?plain=1#L22 However, doing so seems to now result in an error: ``` $ go get -u -v github.com/vmware-tanzu/sonobuoy go: go.mod file...