yildizbilal
yildizbilal
You can find the "enhanced free client", where also the `config.yaml` is located. For MacOS it is under `~/Library/Application\ Support/telepresence/` - [for other OS](https://www.telepresence.io/docs/latest/reference/config/). You fill find it there named...
Excuse me for my delayed response. To be honest, i also don't know how to do that. I just wanted to install it through conda, but saw a outdated version,...
@alvneiayu We are using the helm-controller by flux so we updated the helm chart and the controller updated helm chart and deployed through the helm release the new application version....
@stefanprodan ``` $ flux get helmrelease httpbin -n wpb-services NAME REVISION SUSPENDED READY MESSAGE httpbin 2.7.3 True True Release reconciliation succeeded ``` Im not sure why `SUSPENDED` is set to...
@stefanprodan ```yaml apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: dev-playground namespace: flux-system spec: interval: 10m0s timeout: 2m sourceRef: kind: GitRepository name: k8s-config path: ./dev-tools/playground dependsOn: - name: namespaces - name: istio...
@stefanprodan Same error appears with `wait:true`.
@somtochiama ``` status: conditions: - lastTransitionTime: "2022-08-16T08:46:45Z" message: Release reconciliation succeeded reason: ReconciliationSucceeded status: "True" type: Ready - lastTransitionTime: "2022-08-16T08:46:45Z" message: Helm upgrade succeeded reason: UpgradeSucceeded status: "True" type: Released...
I dont know why, but the `httpbin` helmrelease was suspended again. How and when can be a HelmRelease be suspended automatically? ``` NAME REVISION SUSPENDED READY MESSAGE httpbin 2.7.3 True...
Setting `suspend: false` for `httpbin` helmrelease solved the problem. But shouldn't the health check pass also with `suspend: true`?