This file contains example repro script output for issue envoyproxy/envoy#45344
envoy.reloadable_features.coalesce_lb_rebuilds_on_batch_update: true
$ ./repro-envoy-ring-hash-503.sh coalesce-enabledThis file contains example repro script output for issue envoyproxy/envoy#45344
envoy.reloadable_features.coalesce_lb_rebuilds_on_batch_update: true
$ ./repro-envoy-ring-hash-503.sh coalesce-enabledNodes are not assigned public IP. If you have accessible VM in the same VNET as worker nodes, then you can use that VM as jump host and connect the worker via private IP.
Alternatively public IP can be assigned to a worker node. This readme shows how to do that.
find out the resource group that AKS created for the node VMs
This document contains manual test steps for PR openbao#2863.
All required files are attached in this gist.
1. Create test certificates.
cat <<EOF >certs.yaml
subject: cn=server-caReproduction steps for https://github.com/orgs/openbao/discussions/2721
The Puppet server CA fails to preserve the encoding of the CA certificate subject name when issuing new certificates.
The issuer field in issued certificates is always re-encoded as a UTF8String.
When Go crypto builds a chain to a trust anchor, it compares the raw bytes of a certificate's issuer to the subject of its issuing certificate. Because the CA re-encodes this field, validation fails due to mismatching DNs.
| *** RSA | |
| # Generate self-signed certificate with RSA 4096 key-pair | |
| openssl req -x509 -nodes -days 3650 -newkey rsa:4096 -keyout rsakey.pem -out rsacert.pem | |
| # print private and public key | |
| openssl rsa -in rsakey.pem -text -noout | |
| # print certificate | |
| openssl x509 -in rsacert.pem -text -noout |
This document contains manually executed test scenarios related to PR projectcontour/contour#6906
To collect gRPC debugs, you can use https://github.com/tsaarni/grpc-json-sniffer.
patch -p1 < grpc-sniffer.patch.| Fetching OIDC discovery endpoint from https://kubernetes.default.svc/.well-known/openid-configuration... | |
| Fetching public keys from https://172.20.0.3:6443/openid/v1/jwks... | |
| Validating the default service account token in the pod... | |
| Token is valid! | |
| Claims: { | |
| "aud": [ | |
| "https://kubernetes.default.svc.cluster.local" | |
| ], | |
| "exp": 1749207355, | |
| "iat": 1717671355, |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: echoserver | |
| spec: | |
| selector: | |
| matchLabels: | |
| app: echoserver | |
| template: | |
| metadata: |
Install docker using install instructions at https://docs.docker.com/engine/install/ubuntu/:
$ sudo apt-get install -y \
ca-certificates \
curl \