Denis Trofimov
Denis Trofimov
- Extension version: v0.40.0 - VSCode Version: 1.66.2 - OS: Linux x64 5.11.0-37-generic snap - Version: 1.66.2 Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977 Date: 2022-04-11T07:49:24.808Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS:...
IMO it is related to https://github.com/roboll/helmfile/issues/2075 but have different way to discover. ## reproduce helmfile: ```yaml repositories: - name: huma url: ghcr.io/huma-engineering/helm-charts oci: true releases: - name: compose-operator namespace: compose-operator...
## Reproduce ### Start with a hemlfile.yaml ```yaml repositories: - name: jetstack url: https://charts.jetstack.io releases: - name: cert-manager namespace: cert-manager chart: jetstack/cert-manager version: v1.6.1 wait: true timeout: 300 atomic: true...
fixes #22 TODO: docs on install
## My clause I want use `mongo-express` docker image to connect to Atlas MongoDB. I know that there 3+ Atlas related isues in this repo My URI looks like ME_CONFIG_MONGODB_URL="mongodb+srv://2627-db:[email protected]/2627-db?authSource=admin"...
```sh $ acorn install --cluster-domain sbx.huma.com --ingress-class-name nginx --acorn-dns disabled ✔ Running Pre-install Checks ✔ Installing ClusterRoles ✔ Installing APIServer and Controller (image ghcr.io/acorn-io/acorn:v0.2.0) ✔ Waiting for controller deployment to...
```sh $ kubectl create ns getting-started-acorn namespace/getting-started-acorn created $ kubectl apply -f redis-claim.yaml -n getting-started-acorn redisclaim.redis.operator.huma.com/redis created $ acorn rm getting-started getting-started $ acorn run --name getting-started-acorn \ > --target-namespace...
#### What does this PR do? 1 sentence tagline of what the PR includes. - Dockerize flask app, allow downloading files from S3 via temporary URLs #### Description of Task...
### What happened? ```yaml # kubectl describe ServiceAccount.iam.gcp.crossplane.io gcp-bucket-test-storage-cz5m8-c5j2d Name: gcp-bucket-test-storage-cz5m8-c5j2d Namespace: Labels: crossplane.io/claim-name=gcp-bucket-test-storage crossplane.io/claim-namespace=default crossplane.io/composite=gcp-bucket-test-storage-cz5m8 Annotations: crossplane.io/composition-resource-name: sa crossplane.io/external-create-failed: 2021-10-25T18:07:24Z crossplane.io/external-create-pending: 2021-10-25T18:07:24Z crossplane.io/external-name: gcp-bucket-test-storage-cz5m8-c5j2d API Version: iam.gcp.crossplane.io/v1alpha1 Kind: ServiceAccount...