Halvard Skogsrud

Results 9 issues of Halvard Skogsrud

This change adds inferred file sync mode to the ko builder. Skaffold syncs static assets from the workspace to a running container, based on the `/kodata/` convention: https://github.com/google/ko#static-assets Tracking: #7131

size/XL

The `cloud-platform` scope enables Jenkins agents to publish artifacts (e.g., container images) to Artifact Registry and Container Registry.

cla: yes
kind/k8s
documentation

Title: Automating TLS certificate management for Istio ingress gateway using Certificate Authority Service The tutorial shows how to configure the Istio ingress gateway to use TLS certificates managed by `cert-manager`,...

cla: yes

If a tag points to an [image index](https://github.com/opencontainers/image-spec/blob/master/image-index.md#oci-image-index-specification) or [manifest list](https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list), digester resolves the tag to the digest of the image index or manifest list. This enhancement adds a `--platform`...

enhancement

Digester currently uses HEAD requests to look up image digests. If the image registry returns an error, there is no response body to provide additional information about the error. As...

enhancement

For https support

### Expected behavior All the `container` hooks in the `deploy.kubectl.hooks.after` section of `skaffold.yaml` should execute - at least as long as each previous hook exits with a zero exit status....

kind/bug
area/hooks