Bug 2227950 - Document tekton resource creation under custom namespace
Summary: Document tekton resource creation under custom namespace
Keywords:
Status: NEW
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Infrastructure
Version: 4.14.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.14.0
Assignee: Dominik Holler
QA Contact: Geetika Kapoor
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-31 22:07 UTC by Geetika Kapoor
Modified: 2023-08-02 12:00 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker CNV-31571 0 None None None 2023-07-31 22:09:39 UTC

Description Geetika Kapoor 2023-07-31 22:07:42 UTC
Description of problem:

This is to track tekton resource creation under custom namespace. There are two possibilities:
1. Document steps needed to add tekton resources under custom namespace
2. Instead of user doing it manually we create a task that will pre-check and if missing create. 


Version-Release number of selected component (if applicable):
4.14

How reproducible:
always

Steps to Reproduce:
1.Use a custom namespace during pipeline runs
2.
3.

Actual results:

Custom namespace works with some extra steps

Expected results:

Document how to work with custom namespaces.

Additional info:

How to do it : 
https://gitlab.cee.redhat.com/-/snippets/7023
Copy all needed config maps to custom namespace
for i in windows10-unattend windows10-bios-autounattend windows-sqlserver windows-vs-code windows11-unattend; do kubectl get configmap $i --namespace openshift-virtualization-os-images -o yaml |sed 's/namespace: openshift-virtualization-os-images/namespace: test-tekton-03/'|kubectl create -f -; done


Note You need to log in before you can comment on or make changes to this bug.