josephlim75
josephlim75
Any progress on this feature ? It is important to have `-y` or `--yes` or `--force` to by pass prompt if all required parameters are provided. Is critical for non-interactive...
I did try with the following command, it was successful, but it wipe out all of my records. I have file a support ticket to dynadot, am waiting for their...
i did tried your command earlier but is giving error, that leads me to look at their docs and try different ways ```console $ curl https://api.dynadot.com/api3.xml\?command\=set_dns2\&domain\=as3tech.com\&key\=\&sub_record_type0\=TXT\&subdomain0\=www\&ttl\=300 | xmllint --format -...
Probably with your command, it is trying to look for subdomain record which i don't have 
Hey Idez, I agreed with you, Dynadot doesn't have good documentation and their API doesn't work as expected. They have responded to me that the API has to include all...
instead of writing `/secret/smact/*`, try remove the prefix `/`. Your path should `secret/smact/*`
Hi Guys, I have kind of similar issue with kubevela `1.2.0-rc.1` and argocd `2.2.1`. When I deploy my application, my application always shows out of sync as shown below in...
Testing with kubevela `1.1.13` and argocd `2.2.1` has a different behaviour. Everything seems working fine except the ArgoCD UI is not showing the resources. It only shows the kubevela application...
> @wonderflow I did not see such a thing in the ArgoCD documentation. The UI can track orphans which are located in the same namespace of the ArgoCD `Application` CRD,...
Version `1.2.0-rc.1` seems to solve the problem but causing ArgoCD to go out of sync. The moment ArgoCD resync with prune option, the k8s resources (pod, service,...) were removed immediately...