Vadim Rutkovsky

Results 51 issues of Vadim Rutkovsky

Seems Comrade Mayor likes to advertise channels with Central Processors using user bio

help wanted
request

**Host system details** ``` # rpm-ostree --version rpm-ostree: Version: '2022.2' Git: 1e62f2bb60bc39b443dac0c00d40124ef002bb73 Features: - rust - compose - fedora-integration ``` **Expected vs actual behavior** CoreOS layering in containers incorrectly executes...

container-native
triaged

# Bug Report # ## Environment ## What operating system is being used to run coreos-assembler? Running an openshift build from `quay.io/coreos-assembler/coreos-assembler:latest` What operating system is being assembled? Fedora CoreOS...

By default pyrra-k8s attempts to read ServiceLevelObjectives on cluster scope. We might want to scope these to a particular namespace, so that a) multiple pyrras could be deployed b) each...

## What did you implement: `Pull`'s `merged` field is made optional. Github's API doesn't set this field when all PRs are listed. It is being set when individual PR is...

https://github.com/gshipley/installcentos/blob/080a0cf7398f0e9ebe1c30b4da952116a03b9e1d/install-openshift.sh#L77 openshift-ansible has a dedicated playbook to setup NetworkManager - https://github.com/openshift/openshift-ansible/blob/release-3.11/playbooks/openshift-node/network_manager.yml - it should be running before prerequisites

https://github.com/gshipley/installcentos/blob/080a0cf7398f0e9ebe1c30b4da952116a03b9e1d/install-openshift.sh#L157 Playbooks should run with `-vvv` so that the output would have sufficient info for openshift-ansible issue. It would also be nice to do `export ANSIBLE_STDOUT_CALLBACK=yaml` for cleaner output

https://github.com/gshipley/installcentos/blob/080a0cf7398f0e9ebe1c30b4da952116a03b9e1d/install-openshift.sh#L160 This should best be done via ansible, as the file location might change

Some variables are using dicts and lists (e.g. `openshift_additional_repos`), so these are hard to express in INI syntax. We should recommend storing groups in INI format and put Origin config...

kubelet uses node hostname as node name since 3.10 - and it has to be a FQDN name, otherwise ansible would wait for wrong pods to be created (task `Wait...