Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apps Component: profiles #123

Closed
rohank07 opened this issue Jan 17, 2022 · 2 comments · Fixed by #141
Closed

Apps Component: profiles #123

rohank07 opened this issue Jan 17, 2022 · 2 comments · Fixed by #141
Assignees
Labels
size/S ~1 day

Comments

@rohank07
Copy link
Contributor

rohank07 commented Jan 17, 2022

Overview

EPIC: Kubeflow Upgrade Planning

Component Local Manifests Path Upstream Initial Work
profiles apps/profiles v1.3.1

Adjustments

  • Bring in imagePullSecrets, and kfam :latest image

Kubeflow V2 Manifests

The following is the kustomize that was used in Kubeflow V2:

apiVersion: kustomize.config.k8s.io/v1beta1
images:
- name: gcr.io/kubeflow-images-public/kfam
  newName: k8scc01covidacr.azurecr.io/kfam
  newTag: latest
kind: Kustomization
namespace: kubeflow
patchesStrategicMerge:
- deployment.yaml
resources:
- ../../../.cache/manifests/manifests-1.2-branch/profiles/base_v3

AAW Dev / Prod Live Manifests

At the moment there is no difference in state then what is overridden above.

Note: While most everything 95% would have been automated, stored as config and is using what is referenced above. I believe a few things could have been done as manual adjustments that we should make sure we are keeping. Largely any manual yaml adjustments would have been documented in high level GitHub issues or tracked in the YAML repository under the AAW group.

Kubeflow V3 Manifests

The following is the P.R. that will be merged into the main branch for Kubeflow V3:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow

resources:
- github.com/kubeflow/manifests/apps/profiles/upstream/overlays/kubeflow?ref=v1.3.1


patchesStrategicMerge:
- deployment.yaml

images:
- name: gcr.io/kubeflow-images-public/kfam
  newName: k8scc01covidacr.azurecr.io/kfam
  newTag: latest

Testing

Usually a good idea to make sure all of the overrides are working is to run the following command and verify all of the yaml output for the component is what you expect and all of the overrides are taken into account.

  • Deployment with imagePullSecrets ouputted successfully
task stack:aaw:preview

Note: The command above will render all of the manifests into manifests top level folder with the name aaw.yaml. A trick to keep the yaml output small is under stacks/aaw/kustomization.yaml to only have the component you wish to test referenced.

@sylus
Copy link
Member

sylus commented Jan 21, 2022

Your P.R. doesn't seem to match what is says in the issue above? @rohank07

The content of the deployment file looks off I think?

apiVersion: apps/v1
kind: Deployment
metadata:
  name: deployment
spec:
  template:
    spec:
      imagePullSecrets:
      - name: k8scc01covidacr-registry-connection

@rohank07
Copy link
Contributor Author

My bad! I accidently copied v1.3 upstream kustomize file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S ~1 day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants