Skip to content

Commit 5e5129f

Browse files
committed
Added usefull resources about okd, fedora and proxmox
1 parent b0e2de1 commit 5e5129f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ROADMAP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Add potential integration with automated storage management systems, such as [Rook](https://rook.io/) (Ceph), [Longhorn](longhorn.io), or a custom replicated NFS solution.
22
- Remove all hardcoded values. Currently identified: storage name "big-data" and domain name (OKD_DOMAIN = "hjhp.io").
3-
- Replace the use of the root password with an API token for Proxmox after the FCOS update. This avoids using the KVM arguments field, which requires root access (refer to (repo-root)/infrastructure/terraform/providers.tf).
3+
- Replace the use of the root password with an API token for Proxmox after the FCOS update. This avoids using the KVM arguments field, which requires root access (refer to (repo-root)/infrastructure/terraform/providers.tf - https://github.com/coreos/fedora-coreos-docs/commit/69eecc4275f1ce04fd11c46b058a03095cb911fc).
44
- Integrate with Confizard for simplified setup and configuration management.
55
- Debug long waiting (+1.5h) for bootstrap to finish while OKD cluster is updating - is there need of manual CSR approval?

infrastructure/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Usefull resources:
2+
<!-- # TODO: "embed NetworkManager keyfiles directly in a live ISO" - embed network configuration to remove the need of kvm args -->
3+
- https://github.com/coreos/fedora-coreos-docs/commit/69eecc4275f1ce04fd11c46b058a03095cb911fc
4+
- https://github.com/okd-project/okd/blob/master/FAQ.md#which-fedora-coreos-should-i-use
5+
- https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-network-configuration/
6+
- https://docs.okd.io/4.15/installing/installing_platform_agnostic/installing-platform-agnostic.html
7+
- https://docs.okd.io/4.15/storage/dynamic-provisioning.html
8+
- https://www.pivert.org/deploy-openshift-okd-on-proxmox-ve-or-bare-metal-tutorial/
9+
- https://computingforgeeks.com/deploy-multi-node-okd-cluster-using-fedora-coreos/configure-nfs-as-kubernetes-persistent-volume-storage/
10+
- https://computingforgeeks.com/
11+
12+
Manually accept all csr:
13+
```sh
14+
oc get csr -o go-template='{{range .items}}{{if not .status}}{{.metadata.name}}{{"\n"}}{{end}}{{end}}' | xargs oc adm certificate approve
15+
```

0 commit comments

Comments
 (0)