Peter Pan
Peter Pan
duplicated with https://github.com/hwameistor/hwameistor/issues/230
@calvin0327 ?
At my best guess, kubectl plugin may be more suitable?
this will be another feature : customized image by @calvin0327 . you can install any tool and build your own image, and cloudtty will use that image .
still struggle with https://github.com/cloudtty/cloudtty/blob/main/.github/workflows/helm-release.yaml ghcr.io does not officially support helm repo, but with gh-pages workaround, and gh-pages has not be enabled so far..
@barnettZQG (1) **Use customized image** The team had discussed about the need of "customized runtime image" , because diff people want diff tools in image. so @calvin0327 has introduced the...
Thanks for your idea. Creating an `ephemeral containers` may be a little **faster** than creating a `job`. But 1. `ephemeral containers` requires `feature-gate` of kubernetes, many cluster will fail and...
Even I added ``` export KUBERNETES_SERVICE_HOST=https://x.y.z.w export KUBERNETES_SERVICE_PORT=6443 ``` then do `make run` still failed : `open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory`
maybe we will have to find a new way to do debug work.. should I find a way to generate those 2 files locally ? ``` tokenFile = "/var/run/secrets/kubernetes.io/serviceaccount/token" rootCAFile...
Why do we need `ElectionLease ` ?