skip to Main Content

Redis – Failed to get existing workspaces: containers.Client#ListBlobs: Code="ContainerNotFound"

During a Git-Ops execution using terraform script, always getting bellow error. Initializing the backend... Initializing modules... - application in modules/app-service - application-insights in modules/application-insights - cosmosdb-mongodb in modules/cosmosdb-mongodb - key-vault in modules/key-vault - redis in modules/redis - storage-blob in modules/storage-blob…

VIEW QUESTION

argocd: why helm app not applying values.yml – Nginx

I would like to install a helm release using argocd, i defined a helm app declaratively like the following : apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: moon namespace: argocd spec: project: aerokube source: chart: moon2 repoURL: https://charts.aerokube.com/ targetRevision: 2.4.0 helm:…

VIEW QUESTION

Pod is not visible – Nginx

I followed Kubecon Seattle 2018 Gitops Tutorial everything was working fine till 4th step, but in 5th step podinfo pod is not visible. watch kubectl get pods NAME READY STATUS RESTARTS AGE flux-cb9449876-mr477 1/1 Running 0 130m memcached-57b897cc4-qdm9s 1/1 Running…

VIEW QUESTION
Back To Top
Search