Skip to content

Conversation

@arm4b
Copy link
Member

@arm4b arm4b commented Nov 20, 2018

Previously st2web service endpoint was copy-pasted and hardcoded by mistake to st2cicd which resulted in wrong ST2WEB_IP showing up

@arm4b arm4b added bug Something isn't working RFR labels Nov 20, 2018
@arm4b arm4b requested a review from warrenvw November 20, 2018 18:23
Copy link
Contributor

@warrenvw warrenvw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

export ST2WEB_IP=$(kubectl get service {{ .Release.Name }}-st2web{{ template "enterpriseSuffix" . }} -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
echo https://${ST2WEB_IP}/

{{- else if contains "ClusterIP" .Values.st2web.service.type }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@warrenvw FYI setting ClusterIP in st2web.service.type doesn't work and brings a K8s validation error.

Will be something to address in future

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack.

@arm4b arm4b merged commit 888440e into master Nov 20, 2018
@arm4b arm4b deleted the fix/notes-service-templating branch November 20, 2018 18:31
@cognifloyd cognifloyd removed the RFR label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants