Configuration Set
With this tool you will be able to:
- Update the secret you use for your docker registry
- Update the secret you use for your manifest repository
- Update the ShamanOps credentials
- Update the certificate you use for ArgoCD or Grafana
- Set an especific email domain to use in the approvals step
To use any of the functionalities use the following steps:
Openshift
1. Execute the container image provided by ShamanOps
- Linux
- Windows
docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/ocp:stable
docker run --pull=always --rm -it -v //var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/ocp:stable
3. Execute the following command.
info
The script will ask you for the registry token and the manifest repository
shamanops_bs_configuration_set
Kubernetes
1. Execute the container image provided by ShamanOps
- Linux
- Windows
- AKS
- EKS
- GKE
- Kubernetes
docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/aks:stable
docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/eks:stable
docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/gke:stable
docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/kubernetes:/etc/kubernetes \
-e KUBECONFIG=/etc/kubernetes/admin.conf \
registry.shamanops.com/installers/k8s:stable
- AKS
- EKS
- GKE
- Kubernetes
docker run --pull=always --rm -it -v //var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/aks:stable
docker run --pull=always --rm -it -v //var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/eks:stable
docker run --pull=always --rm -it -v //var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/gke:stable
docker run --pull=always --rm -it -v //var/run/docker.sock:/var/run/docker.sock \
-v c:/tmp:/etc/kubernetes \
-e KUBECONFIG=/etc/kubernetes/admin.conf \
registry.shamanops.com/installers/k8s:stable
3. Execute the following command.
info
The script will ask you for the registry token and the manifest repository
shamanops_bs_configuration_set