Skip to content

Trying to run containers, in kubernetes, inside a container 🤯

Notifications You must be signed in to change notification settings

jdrouet/kind-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes in a container

Requirements

  • docker installed
  • compose-on-kubernetes
    • present in your GOPATH
    • make IMAGE_REPO_PREFIX=docker/kube-compose- bin/installer

Start it

make run-helper

Building a node image

Ensure that kubernetes is cloned into $(GOPATH)/src/k8s.io/kubernetes with the version you are expecting To do so, just run git clone https://github.com/kubernetes/kubernetes $(GOPATH)/src/k8s.io/kubernetes.

Then, whe you're on the good branch, just run make build-node

About

Trying to run containers, in kubernetes, inside a container 🤯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published