Sandro Mathys

Results 21 issues of 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...

customer-request
priority/low
kind/feature
kind/design
sig/ui

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...

release-documents-checked
conformance-product-submission
release-v1.27
no-failed-tests-v1.27
tests-verified-v1.27

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...

release-documents-checked
conformance-product-submission
tests-verified-v1.28
no-failed-tests-v1.28
release-v1.28

### 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,...

kind/feature

### 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...

kind/bug
sig/cluster-management

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...

kind/feature
kind/api-change
sig/cluster-management
customer-request

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...

sig/cluster-management
kind/feature
Epic
customer-request

### 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...

kind/bug
sig/cluster-management
customer-request

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...