We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fix for Modsecurity does not work in new releases (nginx-ingress-controller:v1.10.1)
The text was updated successfully, but these errors were encountered:
PR Update: #6613
Infrastructure
Node(s) CPU architecture, OS, and Version:
$ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.2 LTS" $ uname -m x86_64
Cluster Configuration:
HA : 1 server
Config.yaml:
token: xxxx write-kubeconfig-mode: "0644" node-external-ip: 1.1.1.1
Additional files
$ sudo mkdir -p /etc/rancher/rke2 && sudo cp config.yaml /etc/rancher/rke2
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_COMMIT='466525b7cc654d59c101ddb27fec409a10940a5b' INSTALL_RKE2_TYPE='server' INSTALL_RKE2_METHOD=tar sh -
$ sudo systemctl enable --now rke2-server or $ sudo systemctl enable --now rke2-agent
kubectl get nodes -o wide kubectl get pods -A
Validation Results:
$ rke2 -v rke2 version v1.28.13+dev.466525b7 (466525b7cc654d59c101ddb27fec409a10940a5b) go version go1.22.5 X:boringcrypto
a pod describe of nginx-ingress-controller displays:
Events: Successfully pulled image "rancher/nginx-ingress-controller:v1.10.4-hardened2" Containers: rke2-ingress-nginx-controller: Container ID: containerd://0b57e896d95d0b64da37d0dec283f67917da976a6b09d39f3d30153ec09ee8f6 Image: rancher/nginx-ingress-controller:v1.10.4-hardened2
kubernetes cluster image list:
docker.io/rancher/nginx-ingress-controller v1.10.4-hardened2 4e79c3fed8432 296MB
Sorry, something went wrong.
dereknola
aganesh-suse
No branches or pull requests
Backport fix for Modsecurity does not work in new releases (nginx-ingress-controller:v1.10.1)
The text was updated successfully, but these errors were encountered: