chore: update to working kubit and kubectl versions (#6496)

pull/6303/merge
Dustin Eaton 2025-10-29 08:28:39 -05:00 committed by GitHub
parent 56b459659d
commit b3d9219412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 8 deletions

View File

@ -284,9 +284,8 @@ In addition to the InfluxDB images, copy the kubit operator images:
```bash ```bash
# Create a list of kubit-related images # Create a list of kubit-related images
cat > /tmp/kubit-images.txt << EOF cat > /tmp/kubit-images.txt << EOF
ghcr.io/kubecfg/kubit:v0.0.20 ghcr.io/kubecfg/kubit:v0.0.22
ghcr.io/kubecfg/kubecfg/kubecfg:latest ghcr.io/kubecfg/kubecfg/kubecfg:latest
bitnami/kubectl:1.27.5
registry.k8s.io/kubectl:v1.28.0 registry.k8s.io/kubectl:v1.28.0
EOF EOF
@ -307,8 +306,8 @@ images:
# Configure kubit operator images # Configure kubit operator images
kubit: kubit:
controller: controller:
image: REGISTRY_HOSTNAME/ghcr.io/kubecfg/kubit:v0.0.20 image: REGISTRY_HOSTNAME/ghcr.io/kubecfg/kubit:v0.0.22
apply_step_image: REGISTRY_HOSTNAME/bitnami/kubectl:1.27.5 apply_step_image: REGISTRY_HOSTNAME/registry.k8s.io/kubectl:v1.28.0
render_step_image: REGISTRY_HOSTNAME/registry.k8s.io/kubectl:v1.28.0 render_step_image: REGISTRY_HOSTNAME/registry.k8s.io/kubectl:v1.28.0
kubecfg_image: REGISTRY_HOSTNAME/ghcr.io/kubecfg/kubecfg/kubecfg:latest kubecfg_image: REGISTRY_HOSTNAME/ghcr.io/kubecfg/kubecfg/kubecfg:latest

View File

@ -76,11 +76,11 @@ making it ideal for air-gapped clusters._
1. On a machine with internet access, download the [`kubit` CLI](https://github.com/kubecfg/kubit#cli-tool)--for example: 1. On a machine with internet access, download the [`kubit` CLI](https://github.com/kubecfg/kubit#cli-tool)--for example:
```bash ```bash
curl -L -o kubit https://github.com/kubecfg/kubit/archive/refs/tags/v0.0.20.tar.gz curl -L -o kubit https://github.com/kubecfg/kubit/archive/refs/tags/v0.0.22.tar.gz
chmod +x kubit chmod +x kubit
``` ```
Replace {{% code-placeholder-key %}}`v0.0.20`{{% /code-placeholder-key%}} with the [latest release version](https://github.com/kubecfg/kubit/releases/latest). Replace {{% code-placeholder-key %}}`v0.0.22`{{% /code-placeholder-key%}} with the [latest release version](https://github.com/kubecfg/kubit/releases/latest).
2. If deploying InfluxDB in an air-gapped environment (without internet access), 2. If deploying InfluxDB in an air-gapped environment (without internet access),
transfer the binary to your air-gapped environment. transfer the binary to your air-gapped environment.

View File

@ -189,12 +189,12 @@ update an InfluxDB cluster.
> separately. The Helm chart installs the kubit operator. > separately. The Helm chart installs the kubit operator.
Use `kubectl` to install the [kubecfg kubit](https://github.com/kubecfg/kubit) Use `kubectl` to install the [kubecfg kubit](https://github.com/kubecfg/kubit)
operator **v0.0.18 or later**. operator **v0.0.22 or later**.
<!-- pytest.mark.skip --> <!-- pytest.mark.skip -->
```bash ```bash
kubectl apply -k 'https://github.com/kubecfg/kubit//kustomize/global?ref=v0.0.19' kubectl apply -k 'https://github.com/kubecfg/kubit//kustomize/global?ref=v0.0.22'
``` ```
### Set up a Kubernetes ingress controller ### Set up a Kubernetes ingress controller