Skip to content

Commit

Permalink
docs: update for cluster-api v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wikkyk committed Jan 25, 2024
1 parent 01b3f7f commit 8cd9d0b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cl
## Compatibility with Cluster API and Kubernetes Versions
This provider's versions are compatible with the following versions of Cluster API:

| | Cluster API v1beta1 (v1.3) | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) |
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
| CAPMOX v1alpha1 (v0.1) |||||
| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) |
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|
| CAPMOX v1alpha1 (v0.1) ||||
|------------------------|--------------------------|--------------------------|--------------------------|
| CAPMOX v1alpha1 (v0.2) ||||

(See [Kubernetes support matrix](https://cluster-api.sigs.k8s.io/reference/versions.html) of Cluster API versions).

Expand Down
1 change: 0 additions & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ for more information.
```

- Change directory to cluster-api: `cd cluster-api`. This directory is the working directory for Tilt.
- Reset to tag `v1.5.3`. IPAM is not compatible with Cluster API 1.6.0 yet.
- Create a file called `tilt-settings.json` with the following contents:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ or others, please check the image tag of the `capi-controller-manager` Deploymen
```
kubectl get deployment/capi-controller-manager -o yaml | yq '.spec.template.spec.containers[].image'
```
If your capi-controller is too new, you can pass a `--core cluster-api:v1.5.3` during `clusterctl init`, to force an older version. By default it installs the latest version from the [kubernetes-sigs/cluster-api](https://github.com/kubernetes-sigs/cluster-api) project.
If your capi-controller is too new, you can pass a `--core cluster-api:v1.6.1` during `clusterctl init`, to force an older version. By default it installs the latest version from the [kubernetes-sigs/cluster-api](https://github.com/kubernetes-sigs/cluster-api) project.
2 changes: 1 addition & 1 deletion docs/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ the `EXP_CLUSTER_RESOURCE_SET` is required if you want to deploy CNI using clust

Once you have access to a management cluster, you can initialize Cluster API with the following:
```
clusterctl init --infrastructure proxmox --ipam in-cluster --core cluster-api:v1.5.3
clusterctl init --infrastructure proxmox --ipam in-cluster --core cluster-api:v1.6.1
```

### Create a Workload Cluster
Expand Down

0 comments on commit 8cd9d0b

Please sign in to comment.