operate-first / support

This repo should serve as a central source for users to raise issues/questions/requests for Operate First.
GNU General Public License v3.0
15 stars 25 forks source link

[Operate-first-users] ArgoCD Service upgrade, Friday April 23, 2021 #809

Closed HumairAK closed 3 years ago

HumairAK commented 3 years ago

Hello Operate First users,

We’re reaching out to you since some of you are the users of the ArgoCD on MOC Infra at https://console-openshift-console.apps.moc-infra.massopen.cloud.

We are planning on an upgrade to this service, from 1.8.3 to 2.0.1, on Friday April 23, 2021.

We expect to start around 10 a.m EST and expect the upgrade to take approximately 1 hour.

HumairAK commented 3 years ago

Due to the ODH z-stream upgrade, pushing this to 11 a.m. EST

HumairAK commented 3 years ago

Performing:

apps (master)$ kustomize build argocd/overlays/moc-infra/ --enable_alpha_plugins | oc apply -f -
HumairAK commented 3 years ago

Applied:

```bash apps (master)$ kustomize build argocd/overlays/moc-infra/ --enable_alpha_plugins | oc apply -f - 2021/04/23 11:14:56 Attempting plugin load from '/home/hukhan/.config/kustomize/plugin/viaduct.ai/v1/ksops/ksops.so' serviceaccount/argocd-application-controller unchanged serviceaccount/argocd-dex-server unchanged serviceaccount/argocd-manager unchanged serviceaccount/argocd-redis unchanged serviceaccount/argocd-server unchanged role.rbac.authorization.k8s.io/argocd-application-controller unchanged role.rbac.authorization.k8s.io/argocd-dex-server unchanged role.rbac.authorization.k8s.io/argocd-redis unchanged role.rbac.authorization.k8s.io/argocd-server unchanged rolebinding.rbac.authorization.k8s.io/argocd-application-controller unchanged rolebinding.rbac.authorization.k8s.io/argocd-dex-server unchanged rolebinding.rbac.authorization.k8s.io/argocd-redis unchanged rolebinding.rbac.authorization.k8s.io/argocd-server unchanged configmap/argocd-cm unchanged configmap/argocd-gpg-keys-cm unchanged configmap/argocd-rbac-cm unchanged configmap/argocd-ssh-known-hosts-cm unchanged configmap/argocd-tls-certs-cm configured secret/argocd-dex-server-oauth-token unchanged secret/argocd-secret configured secret/cluster-spec-moc-infra configured secret/ksops-pgp-key configured service/argocd-dex-server unchanged service/argocd-metrics unchanged service/argocd-redis unchanged service/argocd-repo-server unchanged service/argocd-server unchanged service/argocd-server-metrics unchanged deployment.apps/argocd-dex-server configured deployment.apps/argocd-redis configured deployment.apps/argocd-repo-server configured deployment.apps/argocd-server configured statefulset.apps/argocd-application-controller configured appproject.argoproj.io/apicurio configured appproject.argoproj.io/b4mad configured appproject.argoproj.io/cluster-management configured appproject.argoproj.io/data-science configured appproject.argoproj.io/global-project configured appproject.argoproj.io/lab-cicd configured appproject.argoproj.io/mesh-for-data configured appproject.argoproj.io/operate-first configured appproject.argoproj.io/rekor configured appproject.argoproj.io/thoth configured appproject.argoproj.io/workshops configured application.argoproj.io/lab-cicd-app-of-apps unchanged application.argoproj.io/ml-prague-app-of-apps unchanged application.argoproj.io/opf-app-of-apps-curator unchanged application.argoproj.io/opf-app-of-apps-infra unchanged application.argoproj.io/opf-app-of-apps-zero unchanged route.route.openshift.io/argocd-dex-server-metrics unchanged route.route.openshift.io/argocd-google unchanged route.route.openshift.io/argocd-metrics unchanged route.route.openshift.io/argocd-repo-server-metrics unchanged route.route.openshift.io/argocd-server unchanged route.route.openshift.io/argocd-server-metrics unchanged ```
tumido commented 3 years ago

Deployments rolled out successfully

tumido commented 3 years ago

Faced issue that our image was not being used and upstream image was deployed instead. Also updated flag before it causes issues: https://github.com/operate-first/apps/pull/561

HumairAK commented 3 years ago

redeployed build

tumido commented 3 years ago

Faced issues with cluster resources in AppProject requiring explicit permission now: https://github.com/operate-first/apps/pull/563 https://github.com/operate-first/apps/pull/564

HumairAK commented 3 years ago

Completed