Update 'from-manifest' upgrade docs#561
Conversation
Signed-off-by: Ivan Sim <[email protected]>
7437777 to
1144ecd
Compare
siggy
left a comment
There was a problem hiding this comment.
Thanks for the fix. One comment related to linkerd/linkerd2#3569. 👍 🚢
Signed-off-by: Ivan Sim <[email protected]>
|
In my view, the point of Each cluster has a separate I've previously been able to do kubectl -n linkerd get \
secret/linkerd-identity-issuer \
configmap/linkerd-config \
-oyaml > linkerd-manifests.yamldefeats the purpose of |
|
@jon-walton Understood. We have a fix for it in linkerd/linkerd2#3569, which is very close to getting merged. The reason why the docs mentioned Meanwhile, are you blocked by this? As you mentioned in slack, the |
cpretzer
left a comment
There was a problem hiding this comment.
Good doc improvement! 👍
This PR updates the
--from-manifestsportion of the upgrade docs, by removing the first example where the whole output of thelinkerd installcommand is written to a manifest file. As filed in linkerd/linkerd2#3559, this approach is now causing thelinkerd upgradecommand to fail due to thek8s.FakeClientSetnot being able to deserialize theAPIServicekind. Since the original intent of this option (see linkerd/linkerd2#2629) is to read thelinkerd-configconfig map, I think it's fair to remove the failing example in the docs.Fixes linkerd/linkerd2#3559.
Signed-off-by: Ivan Sim [email protected]