This document provides a step-by-step guide to setting up Kubernetes Secrets
on the servers (nodes) in the supercluster. The steps outlined in this document are essential for ensuring the proper functioning of the servers (nodes) and the supercluster.
kubectl create secret docker-registry github-registry \
--docker-server=https://ghcr.io \
--docker-username=<username> \
--docker-password=<access_token>
kubectl create secret docker-registry gitlab-registry \
--docker-server=registry.gitlab.com \
--docker-username=<username> \
--docker-password=<access_token> \
--docker-email=<email>
- 👯 Web hosting company EliasDH.com.
- 📫 How to reach us elias.dehondt@outlook.com