You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
iptables -t nat -N ISTIO_REDIRECT
iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Description
Not working with openshift 4.1 rc > 1
Version
Please put the following version information in the code block
indicated below.
ansible --version
If you're operating from a git clone:
git describe
If you're running from playbooks installed via RPM
rpm -q openshift-ansible
Place the output between the code block below:
Steps To Reproduce
Install OCP 4.1 rc > 1
Install maistra > 0.9
Expected Results
Describe what you expected to happen.
Funtion
[root@clientvm openshift-ansible]# oc logs catalog-v1-58f6f89f67-ftn6f -c istio-init
Environment:
ENVOY_PORT=
ISTIO_INBOUND_INTERCEPTION_MODE=
ISTIO_INBOUND_TPROXY_MARK=
ISTIO_INBOUND_TPROXY_ROUTE_TABLE=
ISTIO_INBOUND_PORTS=
ISTIO_LOCAL_EXCLUDE_PORTS=
ISTIO_SERVICE_CIDR=
ISTIO_SERVICE_EXCLUDE_CIDR=
Variables:
PROXY_PORT=15001
INBOUND_CAPTURE_PORT=15001
PROXY_UID=1337
INBOUND_INTERCEPTION_MODE=REDIRECT
INBOUND_TPROXY_MARK=1337
INBOUND_TPROXY_ROUTE_TABLE=133
INBOUND_PORTS_INCLUDE=
INBOUND_PORTS_EXCLUDE=15020
OUTBOUND_IP_RANGES_INCLUDE=*
OUTBOUND_IP_RANGES_EXCLUDE=
KUBEVIRT_INTERFACES=
ENABLE_INBOUND_IPV6=
iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Observed Results
Isito-init failed on OCP 4.1 rc >1
For long output or logs, consider using a gist
Additional Information
Provide any additional information which may help us diagnose the
issue.
Your operating system and version, ie: RHEL 7.2, Fedora 23 (
$ cat /etc/redhat-release
)Red Hat Enterprise Linux CoreOS 410.8.20190509.3 (Ootpa)
Your inventory file (especially any non-standard configuration parameters)
Sample code, etc
The text was updated successfully, but these errors were encountered: