Skip to content
New issue

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

Add /kubepods to cgroup mounting regex in entrypoint #9092

Merged
merged 4 commits into from
Aug 26, 2020

Commits on Aug 25, 2020

  1. Add /kubepods to egrep regex in entrypoint

    This will ensure that the kubepods cgroup is correctly mounted, which
    kubeadm uses. Without it, `kubeadm init` fails in Cloud Shell.
    Priya Wadhwa committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    f8b2a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a127b View commit details
    Browse the repository at this point in the history
  3. update kic version to incorporate /kubepods change

    Priya Wadhwa committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b053267 View commit details
    Browse the repository at this point in the history
  4. update docs

    Priya Wadhwa committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8e1f154 View commit details
    Browse the repository at this point in the history