This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esrally --pipeline=benchmark-only --target-hosts=https://es-test.k8s.paret.fr/ | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esrally --pipeline=benchmark-only --target-hosts=https://es-test.k8s.paret.fr/ | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esrally --pipeline=benchmark-only --target-hosts=https://es-test.k8s.paret.fr/ | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ esrally --pipeline=benchmark-only --target-hosts=https://es-test.k8s.paret.fr/ | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ esrally --pipeline=benchmark-only --target-hosts=https://es-test.k8s.paret.fr/ | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
docker rm -f $(docker ps -qa) | |
docker volume rm $(docker volume ls -q) | |
docker rmi $(docker images -q) | |
cleanupdirs="/var/lib/etcd /etc/kubernetes /etc/cni /opt/cni /var/lib/cni /var/run/calico" | |
for dir in $cleanupdirs; do | |
echo "Removing $dir" | |
rm -rf $dir | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mtparet on github. | |
* I am mtparet (https://keybase.io/mtparet) on keybase. | |
* I have a public key whose fingerprint is A644 68CF 5FC2 6F02 07E0 4174 A663 E4FA B8D7 C002 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
NewerOlder