Skip to content

remove kubernetes documentation#2426

Open
senyosimpson wants to merge 2 commits into
mainfrom
remove-kubernetes
Open

remove kubernetes documentation#2426
senyosimpson wants to merge 2 commits into
mainfrom
remove-kubernetes

Conversation

@senyosimpson

Copy link
Copy Markdown
Member

Summary of changes

Remove Kubernetes documentation. We're sunsetting FKS as a whole, so we should remove the docs. Additionally, since basically no one uses it besides us, we don't have to go through a long deprecation cycle, hence just removing the docs wholesale.

Preview

Related Fly.io community and GitHub links

Notes

@miguel-fly miguel-fly left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice cleanup! A couple of things I spotted:

Leftover references

  • about/support.html.md#L102: FKS is still listed under "Supported Products." Should come out with the rest.
  • flyctl/cmd/fly_extensions.md#L10: still links to the kubernetes extension docs this PR deletes, so that's a dead link now. Heads up though, this file (and the ones you already deleted under flyctl/cmd/) is auto-generated by the flyctl-bot sync. If the kubernetes subcommand is still in flyctl itself, the bot will just bring these files back next sync. Worth pulling the command out on the flyctl side too, or this fix won't stick.
  • One more to consider: hiring/roles.html.md#L20 mentions "building a better, simpler K8s"

Redirects

Since we're deleting /docs/kubernetes/* entirely, anyone hitting those URLs from an old bookmark, search result, or the FKS launch blog post is going to get a 404. Might be worth adding a redirect, even just /docs/kubernetes/* → /docs/, rather than letting those links rot.

|-------------|---------|----------|----------------------------|
| `app_name` | string | yes | Name of the app to create |
| `enable_subdomains` | boolean | no | Used for Fly Kubernetes. |
| `enable_subdomains` | boolean | no | |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Similar to other cases, we could add something like this

Suggested change
| `enable_subdomains` | boolean | no | |
| `enable_subdomains` | boolean | no | If true, provisions a wildcard TLS certificate for `*.svc.<app-name>.fly.dev`, so services in the app can be served on per-service subdomains. |

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.

2 participants