kops/tests/integration/update_cluster/aws-lb-controller
Kubernetes Prow Robot c771b7622e
Merge pull request #11216 from olemarkus/warm-nodeup
Don't start kubelet if instance is entering the warm pool
2021-04-15 00:07:49 -07:00
..
data Merge pull request #11216 from olemarkus/warm-nodeup 2021-04-15 00:07:49 -07:00
README.md Add integration test for aws lb controller 2021-04-04 19:46:09 +02:00
ca.crt Add integration test for aws lb controller 2021-04-04 19:46:09 +02:00
ca.key Add integration test for aws lb controller 2021-04-04 19:46:09 +02:00
id_rsa.pub Add integration test for aws lb controller 2021-04-04 19:46:09 +02:00
in-v1alpha2.yaml Update integration tests to k8s v1.21.0 2021-04-11 17:07:17 +01:00
kubernetes.tf Add irsa support for awslbcontroller 2021-04-04 21:24:07 +02:00

README.md

Simple test of (experimental) JWKS functionality

We have to use a fixed CA because the fingerprint is inserted into the AWS WebIdentity configuration.

ca.crt & ca.key generated with:

openssl req -new -newkey rsa:512 -days 3650 -nodes -x509 -subj "/CN=kubernetes" -keyout ca.key -out ca.crt -config <(cat /etc/ssl/openssl.cnf <(printf "[ v3_ca ]\nkeyUsage = critical,keyCertSign,cRLSign"))