Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 pkg/cmd/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and watch the build logs and build status with:
You'll be able to view the deployed application on the IP and port of the service that new-app
created for you.

Note: This is an alpha release of OpenShift and will change significantly. See
Note: This is a beta release of OpenShift and may change significantly. See
https://github.com/openshift/origin for the latest information on OpenShift.
`
const defaultClusterURL = "https://localhost:8443"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/openshift/openshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OpenShift helps you build, deploy, and manage your applications. To start an all
OpenShift is built around Docker and the Kubernetes cluster container manager. You must have
Docker installed on this machine to start your server.

Note: This is an alpha release of OpenShift and will change significantly. See
Note: This is a beta release of OpenShift and may change significantly. See
https://github.com/openshift/origin for the latest information on OpenShift.
`

Expand Down