PS C:\ifsremote\ifsroot> .\main.ps1 -resource 'INGRESS'
Importing-Modules....…
.
.
.
2024-09-11 10:00:43.30 SERVERNAME Start Main
2024-09-11 10:00:43.30 SERVERNAME Action Type :
2024-09-11 10:00:43.30 SERVERNAME Resource Type : INGRESS
2024-09-11 10:00:43.30 SERVERNAME Start Install-PriorityClass
2024-09-11 10:00:43.30 SERVERNAME Creating Priority Class in default namespace.......
Error: looks like "https://ifscloud.jfrog.io/artifactory/helm" is not a valid chart repository or cannot be reached: Get "https://ifscloud.jfrog.io/artifactory/helm/index.yaml": EOF
Execution failed : Create Priority Class in default namespace unsuccessful
2024-09-11 10:00:43.47 SERVERNAME Stop Install-PriorityClass
- Linux server can access internet through https and checked the jfrog URL accessibility
- helm user credentials available correctly in jfrog-artifactory-key
- helm credentials verified from the Linux server by
curl -I -u "<user>:<PASSWORD>" -X GET "https://ifscloud.jfrog.io/artifactory/helm"
- all system namespaces are healthy
PS C:\ifsremote\ifsroot> kubectl get namespaces
NAME STATUS AGE
kube-system Active 5m37s
kube-public Active 5m37s
kube-node-lease Active 5m37s
default Active 5m36s
What could possible wrong here?