Commit 60291f1
authored
fix: update Kubernetes upgrade instructions to explicitly set image tag (#2903)
## Description
I'm updating the Kubernetes upgrade steps to explicitly set the version
that should be used.
The old method assumed that the administrator was installing Appsmith in
a non-HA installation and they actually may or may not actually trigger
an upgrade in the default situation: it depends upon whether the new pod
gets scheduled on a new node or not. It could even trigger a downgrade
if the pod got scheduled on a node that happened to have an older copy
of the Appsmith image.
I'm going to open a separate ticket to revamp the installation
instructions for Kubernetes as using `latest` can lead to some
unexpected situations depending upon how the cluster is setup.
## Pull request type
Check the appropriate box:
- [ ] Review Fixes
- [x] Documentation Overhaul
- [ ] Feature/Story
- Link one or more Engineering Tickets
*
- [ ] A-Force
- [ ] Error in documentation
- [ ] Maintenance
## Documentation tickets
Link to one or more documentation tickets:
-
## Checklist
From the below options, select the ones that are applicable:
- [ ] Checked for Grammarly suggestions.
- [ ] Adhered to the writing checklist.
- [ ] Adhered to the media checklist.
- [ ] Verified and updated cross-references or added redirect rules.
- [ ] Tested the redirect rules on deploy preview.
- [ ] Validated the modifications made to the content on the deploy
preview.
- [ ] Validated the CSS modifications on different screen sizes.1 parent d874b6b commit 60291f1
File tree
1 file changed
+29
-6
lines changed- website/docs/getting-started/setup/instance-management
1 file changed
+29
-6
lines changedLines changed: 29 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | | - | |
| 60 | + | |
56 | 61 | | |
57 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
58 | 69 | | |
59 | | - | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
61 | 84 | | |
62 | 85 | | |
63 | 86 | | |
| |||
107 | 130 | | |
108 | 131 | | |
109 | 132 | | |
110 | | - | |
| 133 | + | |
0 commit comments