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

fix broken links #1041

Merged
merged 3 commits into from
May 5, 2021
Merged

fix broken links #1041

merged 3 commits into from
May 5, 2021

Conversation

neha-viswanathan
Copy link
Contributor

@neha-viswanathan neha-viswanathan commented Oct 18, 2020

Closes #990

To be merged after #1027

@neha-viswanathan neha-viswanathan changed the title [Draft]: fix broken links fix broken links Nov 17, 2020
@neha-viswanathan neha-viswanathan changed the title fix broken links WIP: fix broken links Nov 17, 2020
@neha-viswanathan neha-viswanathan changed the title WIP: fix broken links fix broken links Nov 18, 2020
@ghost ghost added size/XL and removed size/L labels Nov 19, 2020
@hashicorp-cla
Copy link

hashicorp-cla commented Nov 22, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@aareet aareet left a comment

Choose a reason for hiding this comment

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

Thank you for the work here - I have a few requests for changes

website/docs/d/ingress.html.markdown Outdated Show resolved Hide resolved
website/docs/r/ingress.html.markdown Show resolved Hide resolved
website/docs/r/pod.html.markdown Show resolved Hide resolved
@ghost ghost added size/L and removed size/XL labels Jan 31, 2021
@aareet aareet removed their request for review February 4, 2021 18:22
@aareet aareet removed their request for review March 2, 2021 17:18
Base automatically changed from master to main March 23, 2021 15:53
@aareet aareet removed their request for review March 26, 2021 16:00
@dak1n1 dak1n1 self-assigned this May 5, 2021
Copy link
Contributor

@dak1n1 dak1n1 left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning up these docs! I saw you caught some typos too, which is great.

I rebased off this branch and ran the link check script, and all your changes have successfully fixed the problems. I'll open another PR to apply the link check script to our CI, now that it's all cleaned up. Thanks!

website/docs/d/pod.html.markdown Outdated Show resolved Hide resolved
@@ -158,7 +158,7 @@ The following arguments are supported:
* `priority_class_name` - (Optional) If specified, indicates the pod's priority. 'system-node-critical' and 'system-cluster-critical' are two special keywords which indicate the highest priorities with the formerer being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
* `restart_policy` - (Optional) Restart policy for all containers within the pod. One of Always, OnFailure, Never. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/pod-states#restartpolicy).
* `security_context` - (Optional) SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty
* `service_account_name` - (Optional) ServiceAccountName is the name of the ServiceAccount to use to run this pod. For more info see http://releases.k8s.io/HEAD/docs/design/service_accounts.md.
* `service_account_name` - (Optional) ServiceAccountName is the name of the ServiceAccount to use to run this pod. For more info see https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/.
Copy link
Contributor

Choose a reason for hiding this comment

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

Same suggestion as with pod, since this is for a podSpec:

Suggested change
* `service_account_name` - (Optional) ServiceAccountName is the name of the ServiceAccount to use to run this pod. For more info see https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/.
* `service_account_name` - (Optional) ServiceAccountName is the name of the ServiceAccount to use to run this pod. For more info see https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/.

website/docs/r/deployment.html.markdown Outdated Show resolved Hide resolved
@dak1n1 dak1n1 merged commit deecf53 into hashicorp:main May 5, 2021
dak1n1 pushed a commit to dak1n1/terraform-provider-kubernetes that referenced this pull request May 10, 2021
Update links to Kubernetes docs and examples.
dak1n1 added a commit that referenced this pull request May 13, 2021
* Use `go install` instead of tools.go

Previously, we were using tools.go to keep go.mod from changing during package installations. That is no longer needed.
This will help to clean up incompatible licenses. #1238

* Docs: fix broken links (#1041)

Update links to Kubernetes docs and examples.

* Enable links check and fix 2 links (#1259)


Co-authored-by: Neha Viswanathan <[email protected]>
@github-actions
Copy link

github-actions bot commented Jun 5, 2021

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken links in docs
4 participants