You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warnings showing while installing or upgrading ztka chart.
coalesce.go:199: warning: cannot overwrite table with non table for extraInitContainers (map[])
coalesce.go:199: warning: cannot overwrite table with non table for extraContainers (map[])
coalesce.go:199: warning: cannot overwrite table with non table for extraInitContainers (map[])
coalesce.go:199: warning: cannot overwrite table with non table for extraContainers (map[])
coalesce.go:199: warning: cannot overwrite table with non table for extraInitContainers (map[])
coalesce.go:199: warning: cannot overwrite table with non table for extraContainers (map[])
See how to get rid of these warning.
The text was updated successfully, but these errors were encountered:
akshay196
changed the title
Warning "coalesce.go:199: warning" at a time of installing rcloud chart
Warning "coalesce.go:199: warning" at a time of installing ztka chart
Jun 15, 2022
Latest chart is not showing these warning messages.
$ helm install myrelease charts/ztka/
NAME: myrelease
LAST DEPLOYED: Sat Apr 1 23:50:54 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
1. Access the application URL by running these commands:
Get the EXTERNAL-IP value using following command:
kubectl get service myrelease-contour-envoy -n default
Add DNS records of following domains such that it resolves to above <EXTERNAL-IP> value:
- console.paralus.local
- *.core-connector.paralus.local
- *.user.paralus.local
Open http://console.paralus.local in browser.
Note: If you are using a cluster with no load-balancer, then the address will be "<pending>".
If it is Kind or Minikube cluster, check out respective docs to get the external address.
You can view the recovery link for admin user by running the following command once all the pods are running:
kubectl logs -f --namespace default $(kubectl get pods --namespace default -l app.kubernetes.io/name='paralus' -o jsonpath='{ .items[0].metadata.name }') initialize | grep 'Org Admin default password:'
@niravparikh05@techmaharaj Can you please confirm if this is fixed on your side? We can close this if anyone of you confirms.
The following warnings showing while installing or upgrading ztka chart.
See how to get rid of these warning.
The text was updated successfully, but these errors were encountered: