Petr Studeny

Results 22 issues of Petr Studeny

When second argument defined and file exists, the tool overwrite the target file. IMHO the output should be prepended with -o |--output argument and the tool should accept as many...

/feature The output file argument should be prepended with -o |--output and the tool should accept as many intput files as defined. The usage will be e.g. ``` yaml2json [-i...

Targeting issue #6

in master https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/config/crd/bases/redis.redis.opstreelabs.in_redisclusters.yaml#L2280 This `resources` object is not used in operator deployment e.g. here https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/k8sutils/redis-cluster.go

bug

remove confusing naming of Azure resource group changes made using: ``` grep --exclude-dir=.git -rl AZURE_NODE_RESOURCE_GROUP|xargs sed -i -e 's/AZURE_NODE_RESOURCE_GROUP/AZURE_RESOURCE_GROUP/' ``` Please ensure your pull request adheres to the following guidelines:...

dont-merge/needs-release-note-label

# jsonnet v0.15.0 does not scan library folders. When folder specified using `-J | --jpath`, only current working directory is searched for the given filename. I have found in the...

enhancement

Observed behavior: Change of style for blockQuote affects only the first few characters on the line Expected behavior for theme.blockQuote is to change style of the whole text. example: ```...

bug

## Proposal / RFE **Is your feature request related to a problem?** I have cilium installed in different namespace than kube-system. I'd like to set some permanent configuration of used...

kind/feature

kubeconfig cluster.name can contain uppercase. https://github.com/cilium/cilium-cli/blob/e7035487d5b3675c3a6876369a4dbf11b57dba2e/install/autodetect.go#L33 forces it does not. From the error it is not clear why the clustername must be lowercase and what is the purpose. Since there...

kind/community-report