Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

cedi-dev/teraform-kubeone

Repository files navigation

terraform-kubeone

first run

if you first use this pipeline, you have to manually run

git clone https://github.com/cedi-dev/k8smanifests.git
helm repo add prometheus https://prometheus-community.github.io/helm-charts
pushd ./k8smanifests/charts/kube-prometheus-stack/
helm dependency update && helm dependency build
popd
# install prometheus-stack
kubectl create namespace monitoring
helm upgrade --install prometheus-stack ./k8smanifests/charts/kube-prometheus-stack/ -f ./k8smanifests/charts/kube-prometheus-stack//values.yaml -n monitoring

So the ServiceEndpoint CRD is installed, which is used by the ArgoCD Chart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published