Braunson
Braunson
**What steps did you take:** 1. Deploy the following resource: ```yaml --- apiVersion: v1 kind: ServiceAccount metadata: name: cc-kpack-registry-service-account namespace: cf-workloads-staging secrets: - name: cc-kpack-registry-auth-secret - name: another-name-created-in-cluster imagePullSecrets: -...
**What steps did you take:** 1. Deploy a resource without an `annotations` block like so: ```yaml --- apiVersion: admissionregistration.k8s.io/v1beta1 kind: ValidatingWebhookConfiguration metadata: name: validation.webhook.kpack.io webhooks: - admissionReviewVersions: - v1beta1 clientConfig:...
Would be nice to see skyhook support Teamcity build success/fail. Teamcity supports JSON webhooks in a format like so: https://github.com/cloudnative/teamcity-webhooks
Object tagging is common practice and AWS S3 supports the key `ExistingObjectTag` in policies since version `2012-10-17` but it seems unsupported in Minio. ## Expected Behavior The following policy should...
#### Description During the upgrade of nodes, workloads are rescheduled and moved multiple times. This can cause the configuration in F5 to grow out of date with reality while the...
#### Description Although you can set node affinity, you can't actually schedule this on control plane nodes because there is not way to add tolerations. This should be possible so...
The Java client currently does not implement the V3 Info API. https://v3-apidocs.cloudfoundry.org/version/3.97.0/index.html#info You can get around this by constructing your own reactor info v3 endpoint for now.
**What steps did you take:** ```yaml - path: terraform.d/plugins contents: - path: carvel.dev/carvel/k14s/0.6.0 githubRelease: slug: vmware-tanzu/terraform-provider-carvel tag: v0.6.0 assetNames: ["terraform-provider-k14s-binaries.tgz"] unpackArchive: path: terraform-provider-k14s-binaries.tgz ``` `vendir sync` **What happened:** The extracted...
**Describe the problem/challenge you have** If I would like to transfer a bundle to another, private registry, I would also like the images to be extracted into the registry so...
**Describe the problem/challenge you have** It would be nice to have a flag like `--rm` which you can pass to `start` to automatically clean up when you Cntrl+C. **Describe the...