-
Notifications
You must be signed in to change notification settings - Fork 57
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
e2e: Easy to locate e2e namespaces #1611
Labels
Comments
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 9, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: XXX Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 9, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: XXX Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 10, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: XXX Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 10, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 10, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 10, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 10, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 11, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 11, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Dec 11, 2024
It it hard to manage the namespaces created for every test when they don't have a common prefix. Add "e2e-" prefix so all of them sort together when listing namespaces. Example namespaces during test: % kubectl get ns --context hub | grep e2e- e2e-subscr-deploy-cephfs-busybox Active 6m2s e2e-subscr-deploy-rbd-busybox Active 6m2s % kubectl get ns --context dr1 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 4m49s e2e-subscr-deploy-cephfs-busybox Active 4m14s e2e-subscr-deploy-rbd-busybox Active 4m48s % kubectl get ns --context dr2 | grep e2e- e2e-disapp-deploy-rbd-busybox Active 5m10s e2e-subscr-deploy-cephfs-busybox Active 5m8s e2e-subscr-deploy-rbd-busybox Active 4m35s Fixes: RamenDR#1611 Signed-off-by: Nir Soffer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have inconsistent namespaces for e2e workloads:
When listing the clusters, the deployments/namespaces are scattered everywhere and hard to find.
We want to have a common prefix to make the workloads easy to find, and have shorter names:
Tasks:
We can consider other changes later:
The text was updated successfully, but these errors were encountered: