Kimmo Lehto

Results 132 issues of Kimmo Lehto

``` $ watch -e "pharos up --yes" ``` It exits with an error immediately when a screenful of content is generated (with a small terminal, in the middle of outputting...

bug
icebox

Fixes #1276 Adds a `pharos init` subcommand for creating an initial pharos cluster.yml configuration file. ### Help ``` $ pharos init --help Usage: pharos init [OPTIONS] Create a Pharos cluster...

enhancement

#1273 pinned rubocop to 0.66. Upgrading to a newer version will generate a lot of offenses that need to be fixed. Also the performance cops will be moved to `rubocop-performance`...

chore

Enable debug output for a single phase: ``` $ DEBUG=GatherFacts bin/pharos up ``` Useful while developing.

chore

To avoid problems such as #1176 pharos should (optionally?) be able to install the utilities that are required during host validation and cluster installation. Each distribution has the utilities in...

enhancement

`Pharos::Config.kube_client` memoization (assumedly) makes kubeclient reconfiguration crash.

bug

Now as there are multiple subcommands, bash completions become relevant. This needs to be somehow coordinated with chpharos so it can switch completions when switching pharoses.

enhancement

Cop disabled in #364 Ruby 2.6 will give a deprecation warning if you use them together like: ``` def foo(bar: nil, **options) ``` as described here: https://bugs.ruby-lang.org/issues/14183

chore

`self.class.name` returns the plain addon name Not necessarily a bug but perhaps slightly fishy.

bug

The `check_sudo` validation checks for passwordless sudo access. If it fails, instead of aborting, it could prompt for a password and use it to do something like: ```ruby ssh.exec!('echo "$USER...

enhancement