loft-sh / vcluster

vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
https://www.vcluster.com
Apache License 2.0
6.26k stars 398 forks source link

Docker hub image for 0.6.0 is missing (not an actual bug) #376

Closed kotaner closed 2 years ago

kotaner commented 2 years ago

What happened?

Latest image available : loftsh/vcluster:0.6.0-alpha.8.

Helm chart pointing to following image for syncer :

     - name: syncer
        {{- if .Values.syncer.image }}
        image: "{{ .Values.defaultImageRegistry }}{{ .Values.syncer.image }}"
        {{- else }}
        image: "{{ .Values.defaultImageRegistry }}loftsh/vcluster:{{ .Chart.Version }}"

For 0.6.0 release it should look for loftsh/vcluster:0.6.0, but image is not built yet.

What did you expect to happen?

Having this image built & stored on docker hub : loftsh/vcluster:0.6.0

How can we reproduce it (as minimally and precisely as possible)?

docker pull loftsh/vcluster:0.6.0

Anything else we need to know?

No response

Host cluster Kubernetes version

```console $ kubectl version # paste output here ```

Not relevant

Host cluster Kubernetes distribution

``` # Write here ```

Not relevant

vlcuster version

Not relevant

```console $ vcluster --version # paste output here ```

Vcluster Kubernetes distribution(k3s(default)), k8s, k0s)

``` # Write here ```

OS and Arch

Not relevant

``` OS: Arch: ```
FabianKramm commented 2 years ago

@kotaner thanks for creating this issue! Not sure if understand this correctly, but the vcluster v0.6.0 is available in docker hub at https://hub.docker.com/layers/loftsh/vcluster/0.6.0/images/sha256-a81bf1b50d702cefc80f225ceb87c8fe93cc473c9de5fc182ab3b838381794cd?context=explore . You probably need to upgrade your vcluster cli to v0.6.0 with:

vcluster upgrade --version v0.6.0
kotaner commented 2 years ago

Hmm, it wasn't available at the time I created this issue, this can be closed then, thank you!