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
create_dns: ## Creates DNS entries for application services
@echo -e ${BLUE} Creating DNS entries ${NC}
# Create DNS for Mongodb
@kubectl get pods -n test-mongodb -o jsonpath='{range .items[*]}{.status.podIP}{"\t"}{.metadata.name}{".test-mongodb-headless.test-mongodb.svc.cluster.local"}{"\n"}{end}' --field-selector=metadata.name!=test-mongodb-arbiter-0 | sudo tee -a /etc/hosts