Bare Metal Deployment Guide for kolla-kubernetes in kolla-kubernetes

Bug #1707149 reported by Chiawei Xie
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla-kubernetes
Fix Released
Undecided
Chiawei Xie

Bug Description

In this doc :https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html

after step of deploy Kubernetes with kubeadm, the note is :

There are two work-arounds:
Add net.bridge.bridge-nf-call-ip6tables = 1 and net.bridge.bridge-nf-call-iptables = 1 to /etc/sysctl.conf
Type sysctl -p to apply the settings from /etc/sysctl.conf
""""Type sysctl net.bridge.bridge-nf-call-ip[6]tables to verify the values are set to 1.""""

The command "sysctl net.bridge.bridge-nf-call-ip[6]tables" is for ip and for ip6.

This command change to sysctl net.bridge.bridge-nf-call-iptables and sysctl net.bridge.bridge-nf-call-ip6tables .

Chiawei Xie (dommgifer)
Changed in kolla-kubernetes:
assignee: nobody → Chiawei Xie (dommgifer)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-kubernetes (master)

Fix proposed to branch: master
Review: https://review.openstack.org/488349

Chiawei Xie (dommgifer)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-kubernetes (master)

Reviewed: https://review.openstack.org/488349
Committed: https://git.openstack.org/cgit/openstack/kolla-kubernetes/commit/?id=5313adeefde7cbabad2daaa8ba4e05aa825ea8be
Submitter: Jenkins
Branch: master

commit 5313adeefde7cbabad2daaa8ba4e05aa825ea8be
Author: dommgifer <email address hidden>
Date: Fri Jul 28 05:28:29 2017 -0400

    Fix Deployment Guide for kolla-kubernetes

    In this doc :
    https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html

    after step of deploy Kubernetes with kubeadm, the note is :

    If the following issue occurs after running this command:

    preflight] Some fatal errors occurred:
    /proc/sys/net/bridge/bridge-nf-call-iptables contents are not set to 1

    There are two work-arounds:
    Add net.bridge.bridge-nf-call-ip6tables = 1 and
    net.bridge.bridge-nf-call-iptables = 1 to /etc/sysctl.conf

    Type sysctl -p to apply the settings from /etc/sysctl.conf
    Type sysctl net.bridge.bridge-nf-call-ip[6]tables to
    verify the values are set to 1.
    -------------------------------------

    Modify preflight] to [preflight].

    Modify command 'sysctl net.bridge.bridge-nf-call-ip[6]tables' to
    'sysctl net.bridge.bridge-nf-call-ip6tables' and
    'sysctl net.bridge.bridge-nf-call-iptables'

    Change-Id: Ib19ea6e6893967e99cd7f6f1b8c0b83a0f8088b5
    Close-bug: #1707149

Chiawei Xie (dommgifer)
Changed in kolla-kubernetes:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.