Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Maistra not working with Openshit 4.1 > RC 1 --> Init Container failed iptable #106

Open
amelie1979 opened this issue Jun 3, 2019 · 0 comments

Comments

@amelie1979
Copy link

Description

Not working with openshift 4.1 rc > 1

On a multi master install, if the first master goes down we can no
longer scaleup the cluster with new nodes or masters.

Version

Please put the following version information in the code block
indicated below.

  • Your ansible version per ansible --version

If you're operating from a git clone:

  • The output of git describe

If you're running from playbooks installed via RPM

  • The output of rpm -q openshift-ansible

Place the output between the code block below:

VERSION INFORMATION HERE PLEASE
Steps To Reproduce

Install OCP 4.1 rc > 1
Install maistra > 0.9

Expected Results

Describe what you expected to happen.
Funtion

Example command and output or error messages

[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 -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.
  • dump
  • iptables-save
  • ip6tables-save
Observed Results

Isito-init failed on OCP 4.1 rc >1

Example command and output or error messages

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

EXTRA INFORMATION GOES HERE
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant