Andrei Kvapil

Results 629 comments of Andrei Kvapil

Thanks added to roadmap!

fixed in https://github.com/cozystack/cozystack/pull/403

Probably locked by https://github.com/controlplaneio-fluxcd/flux-operator/issues/55

We have support for air-gapped environments main doc: https://cozystack.io/docs/install/kubernetes/air-gapped/

The cluster domain can also be extracted from resolv.conf using the following awk command: ``` awk '$1 == "search" { sub(/^.*.svc./, "", $2); print $2 }' /etc/resolv.conf ``` It might...

@lllamnyp > I would definitely like to drop these steps: > Check cluster-state configmap it is created at initial and keeps existing all the time. It should always contain correct...

Okay it seems `cluster-state` configmap check makes no sense, so removed: **v3:** - Create variable `guessed=0` - Check endpoins for etcd-headless service - if there are any endpoints - connect...

Interesting, what if you'll specify `-t` option with backward slash?

Sorry, currenly I have no windows machine to test, but we're using the same library as helm to render manifests. Could you provide me output of `helm template` output for...