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
* fmt
* Highlight no SSH access requirement in PKE
Emphasize that PKE does not require SSH access or modifications to Proxmox VE nodes.
* polish for release
If the builder complains about the storage for lvm-thin add this to the packer flags.
112
106
```yaml
113
107
--var disk_format=raw
114
108
```
115
109
116
-
117
110
Now we need also a Job which creates the Image. A Job is a Kubernetes Pod which is only executed once with a finite life - until the Job successfully complete. It uses Image-Builder Docker-Image with the required configuration to build Kubernetes Proxmox VM-Templates.
@@ -564,7 +554,7 @@ The fields you **can** change are:
564
554
* **`metadata.name`**:
565
555
* This is the name of your Kubernetes cluster.
566
556
567
-
For more configuration options, including memory and CPU settings for your VMs, refer to the available **variables** [here](https://github.com/3deep5me/kubernetes-gitops/blob/cluster-api-action/k3s-mgmt-proxmox/manifest/capmox-setup/cilium-clusterclass-with-shared-ippool/base/variables/clonespec.yaml).
557
+
For more configuration options, including memory and CPU settings for your VMs, refer to the available **variables** [here](https://github.com/Caprox-eu/Proxmox-Kubernetes-Engine/blob/main/manifests/clusterclass-cilium-with-shared-ippool/base/variables/clonespec.yaml).
568
558
569
559
After you've set the required fields, remember to save the file.
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ Cluster API currently boasts over 30 infrastructure providers, with Proxmox bein
37
37
In my opinion, they are a perfect match for a modern, open-source, Kubernetes-based private cloud.
38
38
39
39
## Roadmap
40
-
[] Web-UI with [cyclops](https://github.com/cyclops-ui/cyclops)
40
+
-[ ] Web-UI with [cyclops](https://github.com/cyclops-ui/cyclops)
41
+
-[ ] Migrate to v1beta2 cluster-api
41
42
42
43
## Also in this Area
43
44
-[Cozystack PaaS-hosted](https://cozystack.io/docs/operations/configuration/bundles/#paas-hosted): Convert your Kubernetes cluster into a full cloud experience
0 commit comments