Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Once setup with a Go development environment and Docker, you can:
3. In another terminal window, switch to the directory and start an app:

$ cd $GOPATH/src/github.com/openshift/origin
$ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json
$ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json --kubeconfig=$CERT_DIR/admin/.kubeconfig

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you mind moving this to its own line above as "export KUBECONFIG="? I don't think CERT_DIR is guaranteed to be set either - if you do make run it would be the current directory so you can do export KUBECONFIG=$(pwd)/openshift.local.certificates/admin/.kubeconfig. @deads2k, with osc login this should be easier in the future, is there something simpler we can do to make this easy for a new user?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

done

On Wed, Mar 4, 2015 at 12:57 PM, Clayton Coleman notifications@github.com
wrote:

In README.md
#1205 (comment):

@@ -79,7 +79,7 @@ Once setup with a Go development environment and Docker, you can:

  1. In another terminal window, switch to the directory and start an app:
 $ cd $GOPATH/src/github.com/openshift/origin
  •    $ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json
    
  •    $ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json --kubeconfig=$CERT_DIR/admin/.kubeconfig
    

Do you mind moving this to its own line above as "export KUBECONFIG="? I
don't think CERT_DIR is guaranteed to be set either - if you do make run it
would be the current directory so you can do export
KUBECONFIG=$(pwd)/openshift.local.certificates/admin/.kubeconfig. @deads2k
https://github.com/deads2k, with osc login this should be easier in the
future, is there something simpler we can do to make this easy for a new
user?


Reply to this email directly or view it on GitHub
https://github.com/openshift/origin/pull/1205/files#r25796377.


In your browser, go to [http://localhost:6061](http://localhost:6061) and you should see 'Welcome to OpenShift'.

Expand Down