Joakim Roubert
2b5eff7237
Merge branch 'master' into joakimr-axis_noawk
5 years ago
Erik Wilson
db9540aa10
Bump CoreDNS to v1.6.3
5 years ago
Erik Wilson
76d685ae5d
Merge pull request #815 from dweomer/install/openrc
...
install.sh: fix openrc service depend in heredoc
5 years ago
Erik Wilson
ad7b2e0a5d
Merge pull request #756 from joakimr-axis/joakimr-axis_wget
...
install.sh: Add wget fallback if curl isn't available
5 years ago
Jacob Blain Christen
4d5cca6b50
install.sh: fix openrc service depend in heredoc
...
This change sets up the correct dependency on the `network-online`
service provided by openrc.
See:
- https://github.com/OpenRC/openrc/blob/0.39.2/service-script-guide.md#be-wary-of-need-net-dependencies
- https://github.com/OpenRC/openrc/blob/0.39.2/init.d/net-online.in#L18
5 years ago
YAMAMOTO Takashi
aa22d9634c
Remove docker-compose-ha.yml for now
...
Because it doesn't work after the recent removal of
the --bootstrap option.
Specifically, there's no alternative of "--bootstrap read"
as of writing this.
5 years ago
Darren Shepherd
36ca606073
Merge pull request #793 from yamt/noderestriction
...
Add back NodeRestriction
5 years ago
Erik Wilson
3e9daad032
Merge pull request #781 from ibuildthecloud/modules
...
Switch to go modules
5 years ago
Darren Shepherd
df1f4551cb
Update generated code
5 years ago
Darren Shepherd
d246c89254
go mod vendor
5 years ago
Darren Shepherd
3ce8310a17
Switch to go modules
5 years ago
YAMAMOTO Takashi
9cf80eacd9
Add back NodeRestriction
...
It has been removed as a part of #764 for no obvious reasons.
Fix #791
5 years ago
Darren Shepherd
8ed2eb751f
Update version scripts to read from go.mod
5 years ago
Erik Wilson
716f2f6f2a
Merge pull request #787 from erikwilson/kubelet-certificate-authority
...
Add --kubelet-certificate-authority flag
5 years ago
Joakim Roubert
a0d2743868
Update install.sh
5 years ago
Joakim Roubert
0a67557c4a
Update install.sh after review comments
...
Change-Id: I8acf9f0fc0115dd8a45027b1d7610b47aa7462d9
5 years ago
Joakim Roubert
98410df788
Update install.sh according to yamt's suggestion
5 years ago
Joakim Roubert
e822bcafa1
Update install.sh
5 years ago
Erik Wilson
197985c673
Add --kubelet-certificate-authority flag
5 years ago
Darren Shepherd
4a5360eadd
Merge pull request #782 from ibuildthecloud/master
...
Fix CSI and update vendor
5 years ago
Darren Shepherd
209acb58c1
Revert CSI patch
5 years ago
Darren Shepherd
6d24760c9c
Update vendor
5 years ago
Darren Shepherd
8a9c8675c2
Merge pull request #764 from ibuildthecloud/k8s-1.15
...
K8s 1.15
5 years ago
Darren Shepherd
8031137b79
Update vendor
5 years ago
Darren Shepherd
8f597ba168
Don't run leader elections on controllers when no leader election
5 years ago
Darren Shepherd
f0382329a5
Drop openapi hack
5 years ago
Darren Shepherd
f34329f4f1
Wrong import
5 years ago
Darren Shepherd
f57dd13774
Default kube-apiserver to httpsport + 1
5 years ago
Darren Shepherd
9c8b95be9d
Drop unneeded prometheus imports
5 years ago
Darren Shepherd
a51a2eaaad
Add anonymous-auth=false and remove NodeRestriction
5 years ago
Darren Shepherd
b24f214a50
Update to new cri-api import
5 years ago
Manuel Zapf
50227ff894
bump traefik version to 1.7.14 ( #769 )
...
* bump traefik version
5 years ago
Darren Shepherd
5b7cd25cc2
Merge pull request #771 from StingRayZA/master
...
Changed SELinux/semanage error to fatal
5 years ago
Raimund Hook
2fe5d2768b
Changed SELinux error to fatal
...
If the install errors out on semanage not found, a file not found is
thrown as a 'file not found' for error. Updating to 'fatal' resolves
this as the script then exits as intended and throws an 'error'.
5 years ago
Erik Wilson
a5238098d1
Merge pull request #752 from carlosedp/patch-1
...
Enable metrics endpoint to Traefik
5 years ago
Erik Wilson
94167cdb4e
Merge branch 'master' into joakimr-axis_quotes
5 years ago
Joakim Roubert
6d07cb47b7
Merge branch 'master' into joakimr-axis_noawk
5 years ago
Erik Wilson
b20f23ceb0
Merge pull request #754 from joakimr-axis/joakimr-axis_comparison
...
install.sh: Use -eq instead of = for integer comparison
5 years ago
Erik Wilson
cc76ca6931
Merge branch 'master' into joakimr-axis_comparison
5 years ago
Joakim Roubert
b86d08a318
Merge branch 'master' into joakimr-axis_wget
5 years ago
Erik Wilson
9a89d1f4c3
Merge pull request #761 from ibuildthecloud/master
...
Check for semanage command availability
5 years ago
Erik Wilson
59f0f004d0
Merge branch 'master' into master
5 years ago
Erik Wilson
3c716e49e4
Merge pull request #753 from joakimr-axis/joakimr-axis_cmdsubst
...
install.sh: Use contemporary command substitution syntax
5 years ago
Erik Wilson
5679cfafaf
Merge pull request #707 from ibuildthecloud/pr683
...
Integrate Kine
5 years ago
Darren Shepherd
1c93798037
Check for semanage command availability
5 years ago
Darren Shepherd
2cb6f52339
Disable storing bootstrap information by default
5 years ago
Joakim Roubert
76342565a2
Update install.sh
5 years ago
Joakim Roubert
7a96fbb3f8
install.sh: Cleanup of quotes
...
Where no variable expansion is done, " is replaced with '.
Copying content of one variable to another variable never needs quotes.
Some calls to echo and fatal need no quotes at all, but have been left
with ' to make it easier to see where the string begins and ends.
The fatal function now also sends output to stderr.
Change-Id: I2504707e5c550bc498e7663cedf58c224cd0a15b
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago
Joakim Roubert
db441f28b8
install.sh: Add wget fallback if curl isn't available
...
Reportedly, some systems don't have curl but wget. With this patch,
install.sh will use wget instead of curl if the latter is not available
on the target system.
Change-Id: I0bc78feec6d8e1dbf7fbef7c2e10833b79bdbbdc
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago
Joakim Roubert
7a01e0fae3
install.sh: Use -eq instead of = for integer comparison
...
For integer comparison, it is recommended to use '-eq' instead of the
broader comparison '='. From the manual:
n1 -eq n2 True if the integers n1 and n2 are algebraically equal.
s1 = s2 True if the strings s1 and s2 are identical.
Change-Id: I3a92c3944a19e7a618438a9e3e304d9de5d9874f
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago