-1

I've been trying to make an application but keep getting this error.

first picture

second picture

proj list:

argocd proj list
NAME        DESCRIPTION  DESTINATIONS  SOURCES  CLUSTER-RESOURCE-WHITELIST  NAMESPACE-RESOURCE-BLACKLIST  SIGNATURE-KEYS
  ORPHANED-RESOURCES
argocd                   <none>        <none>   <none>                      <none>                        <none>          disabled
argocdtest               <none>        <none>   <none>                      <none>                        <none>          disabled
default                  *,*           *        */*                         <none>                        <none>  

Cluster list:

argocd cluster list
SERVER                          NAME        VERSION  STATUS   MESSAGE                                                  PROJECT
https://kubernetes.default.svc  in-cluster           Unknown  Cluster has no applications and is not being monitored.

Account list:

argocd account list
NAME   ENABLED  CAPABILITIES
admin  true     login

what might be the problem? i've followed Argocd Guide

zolo
  • 77
  • 1
  • 1
  • 8

1 Answers1

-1

ok this is a pure joke.

if someone gets this error........

1st - don't use Uppercase letters in the name. use something like my-app and not MyApp why? I have no idea.

2nd - context might change to minikube or something else check it and change to your right config (kubectl config current-context)

3rd - remove extra steps (it worked for me) make something like in here you can copy paste the way and change by your clusters and needs. good luck.....

zolo
  • 77
  • 1
  • 1
  • 8