You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for deploying a Kubernetes Cluster on Proxmox VE using Proxmox Kubernetes Engine (PKE).
4
+
5
+
This chart simplifies the deployment of the Cluster object, including configurable versions, node counts, features, and essential networking (Control Plane Endpoint).
6
+
7
+
## Prerequisites
8
+
9
+
* Kubernetes (for installing the chart)
10
+
* A running instance of the Proxmox Kubernetes Engine
11
+
12
+
## Installation
13
+
14
+
To install the chart with the release name `my-proxmox-k8s-cluster`:
Copy file name to clipboardExpand all lines: docs/quick-start.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,11 @@ Please ensure that you have DHCP configured in your network. If you encounter an
169
169
170
170
If you're lucky, you should see a new template in the UI after a few minutes.
171
171
172
+
In order for the Cluster API to find our template later, we need to add a tag named `v1.34.2` to the template.
173
+

174
+
175
+
This step will be automated when [this](https://github.com/kubernetes-sigs/image-builder/pull/1914) is merged and released.
176
+
172
177
And thats it - you completed the "most complicated" part!
Copy file name to clipboardExpand all lines: manifests/clusterclass-cilium-with-shared-ippool/base/patches/KubeadmControlPlaneTemplate/ControlPlaneSetup.yaml
0 commit comments