* JA localization: replaced {{< codenew ... >}} with {{% codenew ... %}} in all files
* JA localization: replaced {{< codenew ... >}} with {{% codenew ... %}} in all files
There is a warning deprecation message for kubernetes v1.19:
```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```
Switched apiversion in the example to `networking.k8s.io/v1`