Johnathan Kupferer

Results 40 issues of Johnathan Kupferer

I want to have an operator watch only resources in a specific namespace, something like: ``` @kopf.on.create('myop.example.com', 'v1', 'widgets', namespace='foo') def watch_providers(body, **kwargs): ... ``` Is this possible? If not,...

enhancement

Custom resources often function as configuration for operators rather than items for the operator to act on. Is it possible with kopf to configure a watch on a resource that...

question

### Keywords daemon, peering ### Problem I need to run a daemon but only have it run for the active peer. So far I haven't been able to find any...

question

### Problem I want to use a multi-step deletion process where deletion triggers activity outside of the operator which then calls back to allow completion of the delete. ### Proposal...

enhancement

Currently openshift-applier always runs `ansible-galaxy` to pull roles for pre/post steps. This makes it difficult to test changes in pre/post roles, makes it difficult to run applier in secure environments,...

##### SUMMARY Update code in infra-ec2-create-inventory role: * Change `ec2_instance_facts` to `ec2_instance_info`. * Change `with_items` to `loop` * Add use of `loop_var` * Add task names ##### ISSUE TYPE -...

aws
core

##### SUMMARY Command to add users to groups can fail with a conflict if two simultaneous attempts are made to add users to the same group. ``` $ oc adm...

##### SUMMARY Update from `debug` to `agnosticd_user_info` for config `osp-satellite-vm`. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME config osp-satellite-vm

##### SUMMARY Fix logic for symlink management in tower_agnosticd_virtualenvs logic. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME Role tower_agnosticd_virtualenvs