suse-coder
suse-coder
I have find a way, by disabling sidecar istio-init injection by using ambient mesh: bundle: { apiVersion: "v1alpha1" name: "istio-deployment" instances: { "istio-base": { module: url: "oci://ghcr.io/stefanprodan/modules/flux-helm-release" namespace: "istio-system" values:...
But still some pods have from the template injecting sidecars from istio even though not needed anymore apiVersion: v1 kind: Namespace metadata: annotations: argocd.argoproj.io/sync-options: 'Delete=false,Prune=false' labels: argocd.argoproj.io/instance: deploykf-app-of-apps deploykf.github.io/inject-root-ca-cert: enabled...
``` cluster namespace rook-ceph already exists subvolumegroup prod already exists for: 1: Syntax error: end of file unexpected (expecting "done") ``` ``` export ARGS="[Configurations] ceph-conf = /tmp/ceph.conf keyring = /tmp/keyring...
Seems to be related to: ``` function importClusterID() { echo "Entering importClusterID" if [ -n "$RADOS_NAMESPACE" ]; then echo "Creating rados namespace" createRadosNamespaceCR # timeout 20 sh -c "until [...
https://github.com/rook/rook/pull/15987
for suse tumbleweed one gets the same error
Would love it
Could be related: https://github.com/element-hq/element-web/issues/29986 My best guess is a SSO url it calls when coming out of hibernation instead of going to vector://vector/webapp
For me it is very random (1 time a month, but random), some others have it all two days. For me it was after a network switch (same win pc)....
Guess there needs to be a reason why it uses one of these path: ``` export async function attemptDelegatedAuthLogin( queryParams: QueryDict, defaultDeviceDisplayName?: string, fragmentAfterLogin?: string, ): Promise { if (queryParams.code...