Ted Ross
Ted Ross
**Describe the bug** Using a scripted two-site demonstration setup (script included below), the sites initialize but the router pods go into crash-loop-backoff and restart twice before the network finally stablizes....
**Describe the bug** The "REDEMPTIONS ALLOWED" column in "kubectl get accessgrants" does not display. **How To Reproduce** Create an AccessGrant with a value in redemptionsAllowed: ``` spec: expirationWindow: 1h redemptionsAllowed:...
**Describe the bug** When applying CRDs to a cluster, the "connector" CRD always reports "configured" even when it is unchanged. Other CRDs do not do this. **How To Reproduce** Apply...
I propose that we change QDROUTERD_[IMAGE|IMAGE_PULL_POLICY] to use the text SKUPPER_ROUTER instead. ``` const ( RouterImageEnvKey string = "QDROUTERD_IMAGE" ServiceControllerImageEnvKey string = "SKUPPER_SERVICE_CONTROLLER_IMAGE" ConfigSyncImageEnvKey string = "SKUPPER_CONFIG_SYNC_IMAGE" RouterPullPolicyEnvKey string =...
**Describe the bug** The kube-adaptor's config-sync function occasionally opens new connections to the router but does not appear to ever close those connections. As a result, over time many open...
This issue requests a change to the way that RouterAccess resources are processed when `generateTlsCredentials` is turned off. Here's the scenario: - `generateTlsCredentials` is set to false - `tlsCredentials` is...
**Describe the bug** When using the bootstrap.sh script to launch a non-kubernetes site, the `-p` option (path) must begin with `./` or the operation will fail with a non-helpful error...