Stephen Kirby
a2fc26114c
chore(docs): update calendar and helm install docs for v2.25.0 ( #19186 )
...
Co-authored-by: M Atif Ali <atif@coder.com >
2025-08-06 02:40:40 +00:00
blink-so[bot]
39ed0c32e6
docs: simplify PostgreSQL setup by using 'postgresql' as release name ( #18754 )
...
Fixes #18751
Use `postgresql` as the Helm release name instead of `coder-db` to make
the service name more intuitive and eliminate confusion entirely.
## Changes
- Changed `helm install coder-db bitnami/postgresql` to `helm install
postgresql bitnami/postgresql`
- Updated PostgreSQL URLs from
`coder-db-postgresql.coder.svc.cluster.local` to
`postgresql.coder.svc.cluster.local`
- Removed explanatory notes about service naming (no longer needed)
## Benefits
✅ Makes examples work out-of-the-box for most users
✅ Uses the most straightforward and intuitive release name
✅ Eliminates confusion about service naming entirely
✅ Simpler documentation without complex explanations
## Testing
- Verified that `helm install postgresql bitnami/postgresql` creates
service named `postgresql`
- Confirmed this approach works with the connection URL
`postgresql.coder.svc.cluster.local`
Suggested by @EdwardAngert as a cleaner solution than explaining the
service naming dependency.
---------
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-07-08 13:20:15 -04:00
Allen Conlon
10c1e36fff
feat: add publishing of helm charts to ghcr registry ( #18316 )
2025-07-08 22:19:12 +05:00
Rowan Smith
6db6f48300
chore: fix broken link in docs ( #18733 )
...
Fixes the "Helm README" link on
https://coder.com/docs/install/kubernetes so it goes to the right path.
Side note: I don't see any content in
https://coder.com/docs/about/contributing/documentation about to whom
such a PR should be assigned, if any. Edward was suggested and I see
you've worked on other PR's with the `docs` label, so going with that.
2025-07-02 22:34:29 -04:00
Perdjesk
74e1953619
docs: bitnami/postgresql primary prefix for persistence.size config key ( #18446 )
...
The `bitnami/postgresql`chart doesn't have a value with key
`persistence.size`. The correct value key which control the size of the
PVC is `primary.persistence.size`.
See:
-
https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml
- The JSON schema,
[`values.schema.json`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.schema.json )
of the
[`values.yaml`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml )
included in the chart is out of sync.
https://github.com/bitnami/readme-generator-for-helm/issues/142
2025-06-30 16:55:57 -04:00
Edward Angert
23067dfcbd
docs: add documentation for installing Coder on Azure with Kubernetes ( #16216 )
...
closes #16074
[preview](https://coder.com/docs/@16074-azure-app-gateway/install/kubernetes/kubernetes-azure-app-gateway )
---------
Co-authored-by: M Atif Ali <atif@coder.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-06-16 09:13:14 -04:00
blink-so[bot]
4ff6c5ef42
docs: update Kubernetes install docs with current release versions ( #18347 )
...
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com >
2025-06-12 22:19:45 +05:00
Ben Potter
a5234bf9a5
chore: fix autoversion script and update experiments/docs to v2.22.1 ( #17954 )
2025-05-21 23:17:14 -04:00
Stephen Kirby
a3248f9364
chore(docs): move feature stage docs to install directory ( #17199 )
...
I think the feature stages page should be co-located with releases and
not at the entrance of the docs.
[preview](https://coder.com/docs/@move-feature-stages/install/releases/feature-stages )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-04-01 18:44:51 -05:00
Edward Angert
101b62dc3e
docs: convert alerts to use GitHub Flavored Markdown (GFM) ( #16850 )
...
followup to #16761
thanks @lucasmelin !
+ thanks: @ethanndickson @Parkreiner @matifali @aqandrew
- [x] update snippet
- [x] find/replace
- [x] spot-check
[preview](https://coder.com/docs/@16761-gfm-callouts/admin/templates/managing-templates/schedule )
(and others)
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: M Atif Ali <atif@coder.com >
2025-03-10 16:58:20 -04:00
M Atif Ali
32450a2f77
docs: update docs for 2.20 release ( #16817 )
...
Updates Helm chart versions and updating support statuses for various
versions.
2025-03-06 01:54:26 +05:00
Hugo Dutka
9c5d4966ee
docs: suggest disabling the default GitHub OAuth2 provider on k8s ( #16758 )
...
For production deployments we recommend disabling the default GitHub
OAuth2 app managed by Coder. This PR mentions it in k8s installation
docs and the helm README so users can stumble upon it more easily.
2025-03-03 12:32:27 +01:00
Edward Angert
bebf2d5eb8
docs: update Coder version in Kubernetes doc ( #16658 )
...
closes #16570
thanks @Cjkjvfnby !
@matifali I think there is/was an automation, but I'm not sure if it's
been dropped. `kubernetes.md` has:
```md
<!-- autoversion(mainline): "--version [version]" -->
...
<!-- autoversion(stable): "--version [version]" -->
```
~additionally, I removed the `## Prerequisites` section from
`kubernetes-logs.md` because if it's only a requirement for Coder
versions earlier than 0.28.0, it's probably more confusing than useful
to the majority of readers.~
---------
Co-authored-by: M Atif Ali <atif@coder.com >
2025-02-24 10:02:12 -05:00
Edward Angert
44d9f5ff4e
docs: comment out optional lines in values.yaml ( #16457 )
...
@michaelvp411 pointed out that some optional lines in `values.yaml`
could lead to errors if the user doesn't opt to use them. This PR
comments out those lines so that they're opt-in
[preview](https://coder.com/docs/@k8s-values-comment-opt/install/kubernetes )
(once cache catches up)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-02-06 08:56:08 -05:00
Stephen Kirby
c84bf9f815
chore(docs): bump version in release calendar, kubernetes install docs ( #15737 )
2024-12-16 09:29:41 +00:00
Stephen Kirby
75b299071c
docs: update version flags ( #15501 )
2024-11-13 13:40:06 -06:00
Stephen Kirby
1532ea7d2d
docs: bump versions in docs for 2.17 ( #15387 )
2024-11-05 12:53:34 -06:00
Edward Angert
18ef954a03
docs: add new best practice doc to speed up templates and workspaces ( #15296 )
...
closes https://github.com/coder/coder/issues/14858
- [x] TODO: update `build-timeline.png`
- [x] TODO: `Best practices` doesn't show up in the sidebar until you're
actually in the doc 🤔
[preview](https://coder.com/docs/@bp-speed-up-templates/tutorials/best-practices/speed-up-templates )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
Co-authored-by: Ben Potter <ben@coder.com >
2024-11-01 11:24:35 -05:00
Muhammad Atif Ali
999ae7ba56
chore(docs): fix broken links and update file paths ( #14990 )
2024-10-05 18:08:50 +00:00
Stephen Kirby
9eefd2a636
chore(docs): correct broken links in restructure ( #14989 )
...
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
2024-10-05 17:44:02 +00:00
Muhammad Atif Ali
419eba5fb6
docs: restructure docs ( #14421 )
...
Closes #13434
Supersedes #14182
---------
Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com >
Co-authored-by: Ethan Dickson <ethan@coder.com >
Co-authored-by: Ben Potter <ben@coder.com >
Co-authored-by: Stephen Kirby <58410745+stirby@users.noreply.github.com >
Co-authored-by: Stephen Kirby <me@skirby.dev >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2024-10-05 10:52:04 -05:00
Stephen Kirby
a7d44150a8
docs: bump stable version to v2.15.1 ( #14927 )
...
This PR was automatically created by the [release
script](https://github.com/coder/coder/blob/main/scripts/release.sh ).
Please review the changes and merge if they look good and the release is
complete.
You can follow the release progress
[here](https://github.com/coder/coder/actions/workflows/release.yaml )
and view the published release
[here](https://github.com/coder/coder/releases/tag/v2.15.1 ) (once
complete).
2024-10-02 16:14:40 -05:00
Stephen Kirby
5507b58fe7
chore(docs): bump stable version ( #14926 )
2024-10-01 17:16:13 -05:00
Stephen Kirby
5cffac29da
chore(docs): add version updates and vscode extensions doc path ( #14542 )
...
* docs fixups for 2.15
* release-calendar
2024-09-03 17:28:40 +00:00
Stephen Kirby
9f4f88f38c
version-flags ( #14386 )
2024-08-21 13:24:35 -05:00
Stephen Kirby
46becc7201
updated version flags, release calendar ( #14191 )
2024-08-06 16:21:37 -05:00
Stephen Kirby
98202b309e
version bumps ( #14128 )
2024-08-02 12:34:50 -05:00
Stephen Kirby
177c7d3c68
updated version for patches 2.12.5 and 2.13.2 ( #13995 )
2024-07-23 15:36:14 -05:00
Stephen Kirby
bac9b38e05
autoversion 2.12.4 and 2.13.1 ( #13951 )
2024-07-19 13:26:13 -05:00
Muhammad Atif Ali
fecc5b3027
docs: update release schedule ( #13795 )
2024-07-06 12:17:11 +03:00
Stephen Kirby
e40cc9314c
docs: bump mainline version to v2.13.0 ( #13766 )
2024-07-02 15:24:26 -05:00
Stephen Kirby
94639730f8
docs: bump mainline version to v2.12.3 ( #13652 )
...
* docs: bump mainline version to v2.12.3
* updated stable version
2024-06-24 14:07:42 -05:00
Stephen Kirby
2cfadad023
manually updated autoversion ( #13633 )
2024-06-22 12:16:07 -05:00
Stephen Kirby
9abaa94599
docs: bump mainline version to v2.12.2 ( #13632 )
2024-06-21 15:11:58 -05:00
Colin Adler
e743588843
docs: bump k8s install version ( #13487 )
2024-06-06 03:31:32 +00:00
Ben Potter
8435b70bea
chore: update docs for v2.12 mainline and v2.11 stable ( #13469 )
...
* chore: update docs for v2.12 mainline and v2.11 stable
* remove broken link
2024-06-04 12:22:13 -05:00
Colin Adler
a40e954afc
chore(docs): update k8s mainline version ( #13346 )
2024-05-22 14:01:11 -05:00
Justin Shoffstall
7ea4a89a20
chore: update kubernetes.md, bumping stable from v2.9.4 to v2.10.2 ( #13275 )
2024-05-22 12:24:28 +03:00
Colin Adler
92c5dfa266
docs: bump k8s install version ( #13302 )
2024-05-16 20:24:03 +00:00
Stephen Kirby
c73d5a2617
docs: bump mainline version to v2.11.0 ( #13202 )
...
* docs: bump mainline version to v2.11.0
* bump release schedule
2024-05-07 16:29:51 -05:00
Mathias Fredriksson
46dced9cfe
chore(scripts): add release autoversion to bump releases in docs ( #13063 )
...
This PR adds a command to bump versions in docs/markdown.
This is still standalone and needs to be wired up.
For now, I'm planning on putting this in `scripts/release.sh` (checkout main -> autoversion (this command) -> commit -> submit PR).
It would be pretty neat to make it a GH actions that's triggered on release though, something for the future.
Part of #12465
2024-04-25 12:11:55 +03:00
Stephen Kirby
dd27a8a634
updated helm install flags to match patches ( #13064 )
2024-04-24 10:26:36 -05:00
Frederik Dudzik
8b6227d031
chore(docs): add k8s terraform link to k8s installation docs ( #13040 )
...
* add k8s terraform link to k8s installation docs
* Update kubernetes.md
2024-04-24 06:28:16 -04:00
Stephen Kirby
a7234f61a1
chore: update change log to v2.10.0 and install docs for release channels ( #12863 )
...
* 2.10.0 changelog
* updated install docs for mainline/stable releases
* make fmt
* cpp icon -> C++
* added disclaimer on MAX_TTL, support bundle info
* 'release schedule'
* lowercase mainline
* Agent OOM protection info
* minor tweak
2024-04-03 16:43:49 -05:00
Eric Paulsen
0f9c142ea6
docs: add k8s security reference ( #12334 )
...
* docs: add k8s security reference
* make fmt
2024-02-27 15:59:11 -05:00
Eric Paulsen
fb198ac99c
docs: add steps for postgres server verification ( #12072 )
...
* docs: add steps for postgres server verification
* make: fmt
* refactor to guide
* add manifest
2024-02-25 01:16:56 +00:00
Muhammad Atif Ali
9682db593e
chore(docs): reorganize installation docs ( #11465 )
2024-01-10 15:00:19 +03:00
JounQin
148eb90bda
docs: migrate all deprecated CODER_ADDRESS to CODER_HTTP_ADDRESS ( #10780 )
...
Co-authored-by: Muhammad Atif Ali <me@matifali.dev >
2023-11-19 17:54:02 +00:00
Muhammad Atif Ali
d37f6d80f7
chore(docs): update docs for correct use of shell and console and enforce linewidth ( #9245 )
2023-08-23 12:27:57 +03:00
Cian Johnston
72575cc462
chore(docs): fix indentation in install/kubernetes.md ( #8906 )
...
* chore(docs): fix indentation in install/kubernetes.md
* fmt
2023-08-14 09:41:00 +01:00