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

Add Tech Preview badge to odo #1501

Merged
merged 1 commit into from Apr 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -14,6 +14,7 @@ export const commandLineToolsModal = createModalLauncher(
<p><ExternalLink href={OC_DOWNLOAD_LINK} text="Download oc" /></p>
<hr />
<h5>odo - Developer-focused CLI for OpenShift</h5>
<p><span className="label label-warning">Tech Preview</span></p>
<p>OpenShift Do (odo) is a fast, iterative, and straightforward CLI tool for developers who write, build, and deploy applications on OpenShift.</p>
<p>odo abstracts away complex Kubernetes and OpenShift concepts, thus allowing developers to focus on what is most important to them: code.</p>
<p><ExternalLink href={ODO_DOWNLOAD_LINK} text="Download odo" /></p>
Expand Down