Konstantinos Angelopoulos
Konstantinos Angelopoulos
I had the chance to dive a little bit deeper into that. First of all, looking for uses of the field in inside all repos I could trace the users...
/remove-lifecycle rotten /reopen
I am working with @cathyzhang05 and got this profile from one of the OOM runs: [profile.pb.gz](https://github.com/kubernetes/cloud-provider-aws/files/9391954/profile.pb.gz). I hope this provides some extra data. To me it seems that the aws...
/reviewed ok-to-test
The argument in the past was to not perform the upgrade in the middle of kubernetes releases so that we don't have any weird or unexpected behaviour due to the...
@ialidzhikov I think that is a great idea. If my previous comment was not clear as to its intentions, I agree that we can and should decouple it from gardener's...
I think [this](https://github.com/kubernetes-csi/external-snapshotter/blob/ba73208e901b26b47a28e259626c5d802118f6f8/client/apis/volumesnapshot/v1/types.go#L83) should answer your question. If the value is `nil` it will use the default `volumesnapshotclass`. However when you populate it with the empty string this is considered...
Maybe it is useful to think of it in terms of go code. This is a `string pointer` and not a `string`. In your last yaml you have not specified...
Hello @jaypipes , You can see an example diagram for one of the multizonal clusters we create in the following picture.  Compared to the standard EKS Cluster a gardener...