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

Create sandbox and container from yaml #124

Merged
merged 2 commits into from
Aug 24, 2017

Conversation

feiskyer
Copy link
Member

Create sandbox and container from yaml, e.g.

sandbox.yaml

metadata:
  attempt: 1
  name: busybox-sandbox
  namespace: default
  uid: hdishd83djaidwnduwk28
linux:
  namespaces:
    options: {}

container.yaml

metadata:
  name: busybox4
image:
  image: busybox:latest
command:
- top

Fixes: #93

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 24, 2017
Copy link
Contributor

@xlgao-zju xlgao-zju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xlgao-zju xlgao-zju merged commit 67362cf into kubernetes-sigs:master Aug 24, 2017
@feiskyer feiskyer deleted the yaml branch August 24, 2017 09:47
@feiskyer feiskyer mentioned this pull request Sep 22, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants