You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/06/11 20:44:55 UTC

[solr-operator] branch doc-fixes updated: Fix upgrade docs for apache

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch doc-fixes
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/doc-fixes by this push:
     new 628d58e  Fix upgrade docs for apache
628d58e is described below

commit 628d58e44039cce333b167af4170ee54eead5cb6
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jun 11 16:44:48 2021 -0400

    Fix upgrade docs for apache
---
 docs/upgrading-to-apache.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/upgrading-to-apache.md b/docs/upgrading-to-apache.md
index b8da2a1..ca420b3 100644
--- a/docs/upgrading-to-apache.md
+++ b/docs/upgrading-to-apache.md
@@ -65,7 +65,7 @@ If you manually manage your cluster, then the instructions below will allow you
    # First make sure that "yq" is installed
    kubectl get solrclouds.solr.bloomberg.com --all-namespaces -o yaml | \
       sed "s#solr.bloomberg.com#solr.apache.org#g" | \
-      yq eval 'del(.items.[].metadata.annotations."kubectl.kubernetes.io/last-applied-configuration", .items.[].metadata.managedFields, .items.[].metadata.resourceVersion, .items.[].metadata.creationTimestamp, .items.[].metadata.generation, .items.[].metadata.selfLink, .items.[].metadata.uid, .items.[].spec.solrPodPolicy, .items.[].spec.zookeeperRef.provided.image.tag)' - \
+      yq eval 'del(.items.[].metadata.annotations."kubectl.kubernetes.io/last-applied-configuration", .items.[].metadata.managedFields, .items.[].metadata.resourceVersion, .items.[].metadata.creationTimestamp, .items.[].metadata.generation, .items.[].metadata.selfLink, .items.[].metadata.uid, .items.[].spec.solrPodPolicy, .items.[].spec.zookeeperRef.provided.image.tag, .items.[].status)' - \
       | kubectl apply -f -
    kubectl get solrprometheusexporters.solr.bloomberg.com --all-namespaces -o yaml | \
       sed "s#solr.bloomberg.com#solr.apache.org#g" | \