Balazs Varga
Balazs Varga
/kind feature **1. Describe IN DETAIL the feature/behavior/change you would like to see.** Currently we can set additional domains to access apiserver using proxy or with different domain. The original...
### What happened? Tried to restore pv from vcluster but got errors: ``` vcluster E1019 08:54:05.247327 6 pv_protection_controller.go:118] PV pvc-2a4d2509-1bea-4f47-8895-96a685c1b7eb failed with : Operation cannot be fulfilled on persistentvolumes "pvc-2a4d2509-1bea-4f47-8895-96a685c1b7eb":...
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** 1.26.3 **2. What Kubernetes version are you running? `kubectl version` will print the...
As I see the appscode workspace has been deleted in the past, but in the docs it still shows as option. Is there any slack or discord channel available? Thanks
Hello team, currently we cannot create encryption secret with provider. https://kops.sigs.k8s.io/cli/kops_create_secret_encryptionconfig/ would be fine if we could set it using https://registry.terraform.io/providers/eddycharly/kops/latest/docs/resources/cluster#cluster_secrets
Hello, Could you please provide an example for database using envs for creds. e.g mongo uses ``` - name: MONGODB_ROOT_PASSWORD value: secret/mongodb - name: VAULT_ADDR value: http://127.0.0.1:8200 ``` but it...