Ahmet Alp Balkan
Ahmet Alp Balkan
- Extension version: `v0.70.0` - VSCode Version: `1.82.0-insider` - OS: macOS 13.5 (22G74) Steps to Reproduce: 1. Have a remote like this (in my case, it's accessible only behind VPN,...
This project is fairly stable, and yet frequently requires new releases due to security fixes (coming in via humans or @dependabot). This requires human in the loop to manually cut...
Hello, it appears most fields in `ClusterStatus` type have omitempty json tag. https://pkg.go.dev/sigs.k8s.io/cluster-api/api/v1beta1#ClusterStatus except for `ControlPlaneReady` and `InfrastructureReady`. This prevents us from zeroing the `.Status` field on `ClusterObject` (which also...
**What would you like to be added**: I would like to see list elements in `kubectl describe` denoted in a way that the readers have easier time distinguishing each element...
**What would you like to be added**: Currently, `--output=custom-columns=AGE:.metadata.creationTimestamp` prints metav1.Time fields in ISO 8601 format (seen below), instead of the default "human readable" date strings like `3m` or `16h`...
**What would you like to be added**: Suggesting minor UX improvement to the `kubectl port-forward`: This command can provide completion args for configured port numbers specified on resources (pods, services,...
I am recently hurt by a lowercase-uppercase mistake in `+kubebuilder:validation:enum` vs `+kubebuilder:validation:Enum` marker (which is not even a misspelling). So I'm proposing that `controller-gen` should try to do something with...
[CustomValidator](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/webhook/admission#CustomValidator) and [CustomDefaulter](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/webhook/admissionCustomDefaulter) interfaces could use generics support to potentially shorten the handler funcs like this: ```go func (w *KubernetesPoolWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error) { oldO, ok...
Based on my experimentation, it seems that the kubelet's latency to reflect the updates on a watched Secret ([configMapAndSecretChangeDetectionStrategy=Watch](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#:~:text=container.%20Default%3A%205-,configMapAndSecretChangeDetectionStrategy,-ResourceChangeDetectionStrategy)) to a container's filesystem seems to be ranging from 30-100 seconds...
This feature is now shipping with kubectl v1.28. It would be preferable to phase this out from `krew-index` over time. I hope you can follow up.