https://github.com/opennetworkinglab/aether-k8s
https://github.com/opennetworkinglab/aether-k8s
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opennetworkinglab/aether-k8s
- Owner: opennetworkinglab
- License: apache-2.0
- Created: 2023-07-26T15:37:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T01:49:05.000Z (over 1 year ago)
- Last Synced: 2025-05-19T10:07:12.648Z (about 1 year ago)
- Language: Makefile
- Size: 46.9 KB
- Stars: 1
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## K8:
The K8 repository builds a multi-node K8 cluster using rke2 and installs Helm.
To set up the K8 repository, you need to provide the following:
1. Node configurations with IP addresses in the host.ini file.
- You can specify both master and worker nodes.
2. rke2 configuration parameters, such as the rke2 version, in the vars/main.yml file.
3. Rke2 cluster parameters file and path set in /vars/main.yml
4. run `make k8s-install`
The repository will build a multi-node cluster. To check the cluster, run the
following command:
```kubectl get nodes```