seira 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/seira/setup.rb +1 -1
- data/lib/seira/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e46fa5934886e1052121f63de8f24dba8fba6040
|
|
4
|
+
data.tar.gz: fa0b097ca466f67d1525fe1b9c4de0fb8b99444e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a08875e7368cabd964518f47b2e8c7caa62733fe84f7026f126d700c71f9b044c8e4fe3a18e64a75b48abdba0090672116a4399ade0095a3d090758b9e01573d
|
|
7
|
+
data.tar.gz: 81fb10e2923140dbd0a8fcea636238528818776c0012b6004d21c1ec94b057d6e8b019cdb89f9190a082f60bf982377ba25dd7df5480d25509da82da2e087e9e
|
data/lib/seira/setup.rb
CHANGED
|
@@ -59,7 +59,7 @@ module Seira
|
|
|
59
59
|
system("gcloud config configurations describe #{cluster_name}")
|
|
60
60
|
|
|
61
61
|
puts "Configuring kubectl for interactions with this project's kubernetes cluster"
|
|
62
|
-
system("gcloud container clusters get-credentials #{cluster_name} --
|
|
62
|
+
system("gcloud container clusters get-credentials #{cluster_name} --project #{cluster_metadata['project']}")
|
|
63
63
|
puts "Your kubectl is set up with:"
|
|
64
64
|
system("kubectl config current-context")
|
|
65
65
|
end
|
data/lib/seira/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seira
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Ringwelski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|