The statefulset does not show the actual port being used after updating port of graphd in config #275
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
Please check the FAQ documentation before raising an issue
We update the default port of graphd from 9669 to 8080. But the statefulset does not reflect this when getting the yaml.
kubectl get statefulset <graphd set> -n <ns> -o yaml
The same to command
kubectl describe pod <graphd pod> -n <ns>
Though now graphd is using 8080 port, the showing needs to be fixed.
The text was updated successfully, but these errors were encountered: