-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add examples for pod creation #5
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
Conversation
@@ -32,6 +32,7 @@ You'll need Docker and the Go language compilation tools installed. | |||
|
|||
$ cd $GOPATH/src/github.com/openshift/origin | |||
$ output/go/bin/openshift kube create services -c examples/test-service.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuke this, and mention multi-pods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant nuke the "create services" and add your example service there for hello-openshift
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
@smarterclayton made updates, a little more detailed in the readmes |
Add examples for pod creation
@jwforres @smarterclayton can we remove the https://github.com/openshift/origin/blob/master/examples/hello-openshift/hello_openshift binary file from the git repo? It's has 3.9M in size. |
The mrunalp/busybox image has httpd support, so we could use that instead |
@ncdc how big is the mrunalp/busybox image |
@jwforres actually we have busybox image with httpd |
@jwforres 2.4mb but why does it need to be checked in to the repo? |
doesnt, we just wanted a tiny image that served something the user could see |
@jwforres k, that's why I suggested it :-) |
fix config_controller.go
Move styles to single less file which at some point will be spit into further partials.
WIP Infrastructure - Rebase BuildLog to latest k8s
non-permanence for linux bridge, so that we do not need restart network service
Add skeletal v1 architecture doc
No description provided.