Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Restore Room to external wss:// address #153

Open
BarDweller opened this issue Oct 8, 2020 · 1 comment
Open

Restore Room to external wss:// address #153

BarDweller opened this issue Oct 8, 2020 · 1 comment

Comments

@BarDweller
Copy link
Member

As part of the recent upgrades, testing revealed a problem with using room via wss://frontdoor with istio on minikube.

Room has been moved back to ws://internal for now.

Investigate the failure, fix it, and revert room back to wss://frontdoor

@BarDweller
Copy link
Member Author

On some investigation, it seems we may have lost the setting of `global.proxy.includeIPRanges' on istio.

This might have an impact to this issue, investigating.

istioctl install --set values.global.proxy.includeIPRanges="10.0.0.1/24"

Where the range itself, for minikube can be determined via

kubectl describe pod kube-apiserver -n kube-system | grep 'service-cluster-ip-range'

Need to figure out what the equiv command is for crc, if any.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant