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 doc on OpenStack provider #74

Conversation

zreigz
Copy link
Contributor

@zreigz zreigz commented Mar 8, 2016

This documentation is related to pull request: kubernetes/kubernetes#21737

@idvoretskyi
Copy link
Member

@zreigz, please, note that OpenStack CLI clients like python-<PROJECTNAME>client are going to be deprecated soon in favor of universal openstack CLI client - https://specs.openstack.org/openstack/openstack-specs/specs/deprecate-cli.html.

I suppose, it will be useful to modify your existing documentation with these updates.

@zreigz
Copy link
Contributor Author

zreigz commented Mar 22, 2016

Thanks for comment. I've already added this information

@idvoretskyi
Copy link
Member

As we have discussed on Kubernetes/OpenStack-SIG Slack channel and bi-weekly meeting, the "default" OpenStack provider for kube-*.sh scripts has to be technology agnostic and be able to run on any OpenStack environment (no Heat, no Magnum, no Murano, only "basic" OpenStack components).

I'd like to suggest to put this document to the "Custom solutions" section and name as "OpenStack with Heat" or something similar.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@elsonrodriguez
Copy link
Contributor

Yeah, once the kube-up provider gets merged, we should ping someone to merge this.

Also, to bypass CLA-bot: I consent to have this commit merged in.

@bgrant0607 bgrant0607 assigned ghost and unassigned bgrant0607 May 2, 2016
@idvoretskyi
Copy link
Member

@elsonrodriguez @zreigz please, add to the prerequisites section information about the cluster minimal requirements to deploy the solution (cluster size requirements, necessary components to be enabled, i.e. Heat etc.)

zreigz and others added 3 commits May 9, 2016 07:43
…irements

Adding a list of OpenStack requirements for provider docs.
…irements

Revised requirements for OpenStack kube-up provider.
@zreigz
Copy link
Contributor Author

zreigz commented May 9, 2016

@idvoretskyi PTAL

@elsonrodriguez
Copy link
Contributor

@quinton-hoole PTAL, now that the kube-up provider is merged, we need an M for people to RTF out of.

Once kube-up is finished, your cluster should be running:

```console
./cluster/kubectl.sh get cs
Copy link

Choose a reason for hiding this comment

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

From kubectl.sh:

# echo "NOTE:"
# echo "kubectl.sh is deprecated and will be removed soon."
# echo "please replace all usage with calls to the kubectl"
# echo "binary and ensure that it is in your PATH." 
# echo ""
# echo "Please see 'kubectl help config' for more details"
# echo "about configuring kubectl for your cluster."
# echo "-=-=-=-=-=-=-=-=-=-="

Copy link

Choose a reason for hiding this comment

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

also, please use clusterstatuses, rather than cs.

Copy link
Contributor

Choose a reason for hiding this comment

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

Regarding the kubectl.sh, I've subscribed to this: kubernetes/kubernetes#8817

In terms of user experience, kubectl.sh provides the easiest way to start with k8s, especially from the get.k8s.io perspective (curl | bash).

Once kubectl.sh has been converted to an installer for kubectl, I'll update the docs accordingly.

For a simple test, issue the following command:

```sh
./cluster/kubectl.sh run nginx --image=nginx --generator=run-pod/v1
Copy link

Choose a reason for hiding this comment

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

As above.

@ghost
Copy link

ghost commented May 11, 2016

@elsonrodriguez Minor nits. Happy to address those in a separate PR.
@johndmulhausen Needs your docs approval, I believe. I did not spot any egregious errors, but you might want to double-check.

@ghost ghost removed the Needs Tech Review label May 11, 2016
@ghost ghost assigned johndmulhausen and unassigned ghost May 16, 2016
@bgrant0607
Copy link
Member

We can fix any problems in follow-ups.

@bgrant0607 bgrant0607 merged commit 3aeaaaa into kubernetes:master May 16, 2016
gnomeontherun pushed a commit to gnomeontherun/kubernetes.github.io that referenced this pull request May 19, 2016
…gyGmbH/openstack-provider-doc

Add doc on OpenStack provider
xingzhou pushed a commit to xingzhou/official.kubernetes.github.io that referenced this pull request Aug 31, 2017
admin-tls-bootstrapping-pr-20170815
WangXiangUSTC pushed a commit to WangXiangUSTC/website that referenced this pull request Oct 19, 2021
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants