Skip to content

Instantly share code, notes, and snippets.

@MAHDTech
Last active July 20, 2023 13:38
Show Gist options
  • Save MAHDTech/355632a6bf82d7dc22072049e5ff4319 to your computer and use it in GitHub Desktop.
Save MAHDTech/355632a6bf82d7dc22072049e5ff4319 to your computer and use it in GitHub Desktop.
ChromeOS Crostini with KIND

ChromeOS Crostini with KIND

Now available at: https://kind.sigs.k8s.io/docs/user/known-issues/#chrome-os

Part 1. crosh

vmc launch termina

lxc config set penguin security.nesting true
lxc restart penguin

Part 2. crostini

  • Ensure that the KIND cluster is using KubeletInUserNamespace
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
featureGates:
  KubeletInUserNamespace: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment