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
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
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
Darren Shepherd
a649983228
Any change to helm chart values or values.yaml should upgrade
6 years ago
Darren Shepherd
769c1d5415
Fix manifest polling
6 years ago
Darren Shepherd
80d8d3126c
Update vendor
6 years ago
Darren Shepherd
bef4115657
Assign default namespace if not set in manifests
6 years ago
Darren Shepherd
7fbeafea46
Merge pull request #182 from ibuildthecloud/revert
...
Fix containerd debug log env var
6 years ago
Erik Wilson
e05964d1dd
Allow agent install
...
Modify the install script to allow defining arbitrary service names and
commands for k3s.
6 years ago
Darren Shepherd
6e28ede2f8
Fix containerd debug log env var
6 years ago
Darren Shepherd
f4f29e6947
Merge pull request #181 from ibuildthecloud/master
...
Remove spurious error on start
6 years ago
Darren Shepherd
fe9a5b1601
Remove spurious error on start
6 years ago
Erik Wilson
107b5f3985
Enable systemd ready notification for k3s server
...
Disables k8s generic api server systemd ready notification and send
our own ready notification after server available and kubeconfig
available.
Make sure we unset the NOTIFY_SOCKET environment variable by passing
`true` to SdNotify so the agent can start containers.
6 years ago
Darren Shepherd
2f3da6af94
Merge pull request #175 from ldez/refactor/load-images
...
refactor: creates preloadImages function.
6 years ago
Darren Shepherd
3ad5b11522
Merge pull request #171 from epicfilemcnulty/Add-service-cidr-server-arg-support
...
Add --service-cidr and --cluster-dns server args support
6 years ago
Darren Shepherd
63b81d3399
Merge pull request #180 from ibuildthecloud/pr165
...
Fixup pr165
6 years ago
Darren Shepherd
c7b2548f66
Fixup pr165
6 years ago
Vladimir Zorin
0eb8bd2988
Merge branch 'master' into Add-service-cidr-server-arg-support
6 years ago
Fernandez Ludovic
10c8ca8ddb
doc: minor fix.
6 years ago
Fernandez Ludovic
e59bd5d489
refactor: creates loadImages function.
6 years ago
David Pendray
d7e5c86041
Fix node-token path not resolving for root user in agent scripts
6 years ago
Darren Shepherd
17f9f355bb
Merge pull request #169 from matejgera/master
...
Document uninstall and Traefik, Helm integration (references #86 , #96 , #97 )
6 years ago
Vladimir Zorin
392cfb1231
Add basic templating support for manifests
6 years ago
Vladimir Zorin
44cce9a76f
Set ClusterDNS to ServiceCIDR network address + 10 when cluster-dns is not provided
6 years ago
Vladimir Zorin
7ad03ad8b0
Add cluster-dns server arg support
6 years ago