Erik Wilson
bb14bcb595
Update generated data
6 years ago
Erik Wilson
a4df9f4ab1
Kubelet resolv.conf DNS update
...
Allow the kubelet resolv-conf flag to be set, or automatically
discovered from /etc/resolv.conf & /run/systemd/resolve/resolv.conf if
no loopback devices are present, or create our own which points to
nameserver 8.8.8.8
6 years ago
Darren Shepherd
028b8a444d
Merge pull request #262 from erikwilson/golangci-lint
...
Upgrade to golangci-lint & go v1.12.1
6 years ago
Erik Wilson
5e2b58c915
Update generated code
6 years ago
Erik Wilson
b4b7504a7f
Update to go v1.12.1
6 years ago
Erik Wilson
1d61576e54
Fix linting issues
6 years ago
Erik Wilson
1f82d834e7
Upgrade to golangci-lint
6 years ago
Darren Shepherd
4463408819
Merge pull request #239 from takmatsu/add-hosts
...
Add tls-san flag
6 years ago
Darren Shepherd
9a57e6fd0f
Merge pull request #257 from mortenlj/master
...
Skip writing manifest when using `--no-deploy`
6 years ago
Darren Shepherd
4e15845106
Merge pull request #260 from erikwilson/fix-validation
...
Re-enable build validation
6 years ago
Erik Wilson
7b442b0c3b
Generated data
6 years ago
Erik Wilson
2768f559c1
Fix go fmt error
6 years ago
Erik Wilson
4456ad84db
Move build download to ci
6 years ago
Erik Wilson
5d21064d89
Fix build validation
6 years ago
Morten Lied Johansen
9033891f88
Skip writing manifest when using `--no-deploy`
...
Instead of skipping the manifest when listing the directory, we now skip
creating it in the first place. This allows users to deploy manifests
that replaces the ones bundled, without having to come up with a new
name.
Fixes #230 .
6 years ago
Takeaki Matsumoto
3a6b305455
Change flag name and type
6 years ago
Darren Shepherd
08afcfdc45
Merge pull request #221 from w169q169/patch-1
...
Adjust the startup order of docker-compose
6 years ago
Darren Shepherd
cf666a79ca
Merge pull request #244 from carlonelong/master
...
Fix go get golang.org/x/* packages timed out issue.
6 years ago
Brandon Wulf
397ae335fd
Set the selinux context during the install ( #228 )
...
* Set the selinux context
6 years ago
Darren Shepherd
9dd60779a4
Merge pull request #253 from erikwilson/image-airgap-build
...
Generate air-gap image artifacts
6 years ago
Erik Wilson
40172dc508
Package airgap image files
...
Generate airgap artifacts from an images list for each architecture.
6 years ago
Erik Wilson
9645048a57
Update klipper-helm version
6 years ago
Erik Wilson
8d57fbd430
Change klipper-helm to PullIfNotPresent
...
PullAlways ImagePullPolicy causes issues with offline/airgap support,
so only pull if image is not already present.
6 years ago
Darren Shepherd
78d75fb15b
Merge pull request #204 from superseb/version
...
Fix version for cli
6 years ago
Darren Shepherd
e54cfc74c6
Merge pull request #241 from erikwilson/helm-airgap
...
Air-gap chart support
6 years ago
Erik Wilson
e75e5171af
Generated bin data
6 years ago
Erik Wilson
ffcc9c0c9c
Package static assets
...
Include static Helm assets in the build process needed for air-gap
6 years ago
Erik Wilson
5716acab44
Use traefik chart on API server
6 years ago
Darren Shepherd
cd1339b742
Merge pull request #223 from dominictayloruk/docker-fix
...
Update docker-compose for v0.2.0, add agent docker-compose, update re…
6 years ago
Darren Shepherd
c0bfc5d8cc
Merge branch 'master' into docker-fix
6 years ago
Erik Wilson
608f3a4e80
Serve static assets
...
Provide a static assets route for use with helm or other air-gap needs.
6 years ago
longfei
d24973553f
Fix go get golang.org/x/* packages timed out issue.
...
Change-Id: I60c92d0127cfc503c46b26fe7b2e3ad2f957dfa3
6 years ago
Takeaki Matsumoto
9551e1db21
Add advertise-address flag
...
In NAT or LB environment,
we need not just the certs for local ip, but also additional ips.
advertise-address flag enables to add optional ips.
6 years ago
Darren Shepherd
697c6e1580
Merge pull request #209 from aaliddell/master
...
Update README for correct VXLAN port
6 years ago
Darren Shepherd
5c9d8b7ee8
Merge pull request #224 from trawor/fix-typo-readme
...
fix typo
6 years ago
Darren Shepherd
8649243d34
Merge pull request #229 from epicfilemcnulty/Skip-empty-yaml-objects
...
Do not process empty yaml objects (fixes #222 )
6 years ago
Darren Shepherd
cfc8ab54f6
Merge pull request #232 from erikwilson/load-balancer-port-name-size-limit-fix
...
Short port names for service load balancer
6 years ago
Erik Wilson
7e1abf28f1
Short port names for service load balancer
...
If a port name is longer than 15 characters we are unable to create
the associated service load balancer containers. Use our own short
name of `lb-port-{port}` to avoid naming issues.
For rancher/k3s/issues/90
6 years ago
Vladimir Zorin
d1348b9898
Trim whitespaces before checking if line is empty or comment
6 years ago
Vladimir Zorin
567532d74d
Do not process empty yaml objects ( fixes #222 )
6 years ago
Travis
93cb64d347
fix typo
...
k3s agent param `-u` is incorrect, use `-s`
6 years ago
Dominic Taylor
f0077e2f0b
Update docker-compose for v0.2.0, add agent docker-compose, update readme for docker agent run command
6 years ago
senhtry
ef827e9957
Adjust the startup order of docker-compose
...
Adjust the startup order of node and server, server service should be started at first.
6 years ago
Adam Liddell
144e7a77b4
Update README for correct VXLAN port
6 years ago
Sebastiaan van Steenis
c8e79d30ae
Fix version for cli
6 years ago
Darren Shepherd
dc91c4850b
Merge pull request #164 from erikwilson/install-agent
...
Allow agent install
6 years ago
Erik Wilson
87a2be3453
Update readme
...
Add information on using the install script with environment variables
for defining desired download version, launch flags, agent install, and
install without downloads.
6 years ago
Darren Shepherd
2771ae1ba9
Merge pull request #184 from ibuildthecloud/default-ns
...
Assign default namespace if not set in manifests
6 years ago
Darren Shepherd
937b379605
Merge pull request #183 from ibuildthecloud/helm
...
Various helm fixes
6 years ago
Darren Shepherd
9a862610ac
Merge pull request #177 from erikwilson/systemd-notify
...
Enable systemd ready notification for k3s server
6 years ago