Resources conflict in different namespaces #804
Unanswered
exu
asked this question in
Architecture
Replies: 2 comments
-
I think one of the possible solutions is to make ID as some kind of namespace-name pair (namespaced name) and unmarshal it into resrource ref in code |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or add unique suffix for each script like kubernetes did for each pod replica |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When we have e.g. 2 scripts with the same name in 2 namespaces we can get a conflict when working on top of them
Steps to reproduce:
Additional context:
Check all namespace related actions in the context of conflicting scripts/tests
@nicufk @vsukhin @nicufk @jasmingacic we need to define what script/test id is for us - as currently we're using name - and in context of namespaced resources we'll get conflicts :/
Beta Was this translation helpful? Give feedback.
All reactions