-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Getting Started Guide for Windows Support #1754
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The binary name is kubectl.exe in this case, not kubectl, which is not immediately obvious.
Adding Platform9.com Kubernetes solution in the Hosted section as well as Table of solutions.
* To be consistent with the rest of the guide. * To simplify copy/paste of the example.
assuming that kubernetes is almost always used with docker. In case other container solutions as lxc are integrated this section will need further revision. Just using the bare etcl command is a bit too less, at least there should be a hint that you log in into the container.
use kubectl exec command so we dont have to worry about container type
mode -> more
Address review feedback.
Update grammar for "Create an Issue" and "Edit this Page"
Fix example test failure: rename ScheduledJob to CronJob
Fix path in reference.yml
Remove line numbers in ingress resource snippet
document authenticating proxy
libvirt-coreos: fix typo s/libvert/libvirt/
Modify some hyperlink location in binary_release.md
Added Platform9.com solutions at couple of Places
Update Calico links to new docs
Fix broken path in pv configuration, minor doc improvement
Use HTTPS links for all command line invocations
more explicit etcdctl description
Update "kubectl docker" command to include "--"
Fix code block rendering issue
Remove outdated Calico guides in favor of kubeadm
Mention kubectl as a requirement for running kops
Looks like something is wrong with the PR as it says 122 commits and 60 files changed, will close this and create a new one |
Okabe-Junya
pushed a commit
to Okabe-Junya/website
that referenced
this pull request
Dec 4, 2023
Create devsecops.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to add documentation for getting started guide for supporting Windows Server Containers on Kubernetes.
The work to support Windows Server Container is tracked by kubernetes/enhancements#116 and the code changes are already merged and tagged for Release 1.5
This change is