Thuan Duong

Results 12 comments of Thuan Duong

I have same issue with you @ivanpang-crypto. Did you resolve it?

@weitzj Hi, I tried to run with RBAC from your comment but not successful. I'm run it on GKE v1.11.x ``` Error from server (Forbidden): error when creating "values/devops/saas-infra/gcp/registry-creds.yaml": clusterroles.rbac.authorization.k8s.io...

@weitzj Thanks you so much! I can create ClusterRole now

@renich grafana chart is already in `kubernetes stable/grafana` But seem this application need some special config to access Kubernetes API.

Maybe I'm wrong but this application seem don't support "inCluster" discovery.

@jschill Yes. By default, if granfana run inside k8s cluster, we already have `cert` and `token` to access API server.

`microsoft.go` implement using GraphQL API from microsoft to get groups. I don't think self hosted AD support that features. For self host AD, we maybe need implement new feature. Before...

@cipri-tom i have same issue with you :(

`PYTHON_ICON $'\UF4E9'` ``` bash prompt_virtualenv() { local virtualenv_path="$VIRTUAL_ENV" if [[ -n "$virtualenv_path" && -n "$VIRTUAL_ENV_DISABLE_PROMPT" ]]; then "$1_prompt_segment" "$0" "blue" "$DEFAULT_COLOR" "$(basename "$virtualenv_path") $(print_icon 'PYTHON_ICON') " fi } ``` ![Python...