Aaron Walker
Aaron Walker
The [GitLab generic packages repository](https://docs.gitlab.com/ee/user/packages/generic_packages/index.html) is more suited for storing assets related to releases. And unlike the current project uploads API, the [documentation explicitly states that the CI_JOB_TOKEN has access...
A misconfiguration in a synthetic test attached to an SLO could result in false downtime. In the UI, we typically run "Test URL" after we make changes to verify our...
According to https://devcenter.heroku.com/articles/heroku-ci-browser-and-user-acceptance-testing-uat, the proper way for browser testing is to set `app.json` to the following: ``` { "environments": { "test": { "buildpacks": [ { "url": "heroku/nodejs" }, { "url":...
In a Helm chart, you can have dependencies such as: ``` # requirements.yaml - name: redis condition: redis.enabled ``` Those dependencies can be disabled via `redis.enabled=false`. Fleet correctly does not...
```json { "level": "error", "ts": "2024-08-02T19:21:48.724Z", "msg": "Reconciler error", "controller": "redisenterprisecluster-controller", "object": { "name": "redis-enterprise", "namespace": "redis-enterprise" }, "namespace": "redis-enterprise", "name": "redis-enterprise", "reconcileID": "337f98fb-a52a-4b3d-9da5-a230185f25c6", "error": "1 error occurred:\n\t* Active Active...
Configuration: ``` activeActive: method: istio apiIngressUrl: api.foobar.com dbIngressSuffix: -db-api.foobar.com ``` Error: `RedisEnterpriseCluster.app.redislabs.com "redis-enterprise" is invalid: spec.activeActive.method: Unsupported value: "istio": supported values: "openShiftRoute", "ingress"` I also tried modifying the CRD to...
## Issue: https://github.com/rancher/terraform-provider-rancher2/issues/1030 ## Problem vGPUs parameter is not supported in the Harvester config for the Machine Config resource. ## Solution Adds support for the vGPU parameter. ## Testing Specify...