Go to file
Rayan Das 63eb11a35d
Merge pull request #121 from rayandas/cve-fix
Bump alpine version, docker version and go deps to fix CVEs
2023-09-20 23:50:22 +05:30
.github Add initial Renovate configuration (#117) 2023-09-20 08:27:38 -07:00
examples Update documentation 2021-05-17 17:15:14 -04:00
package Convert uname aarch64 to k8s arm64 before downloading kubectl 2023-02-07 11:22:22 -05:00
pkg Fix repeated time parse error on probes that have not yet run successfully 2023-09-19 16:04:49 -07:00
scripts Bump golang to 1.19.4-alpine3.17, rancher/wharfie to v0.5.3, and dapper to v0.6.0 (#102) 2023-01-06 09:19:35 -08:00
.dockerignore Initial code commit 2021-01-11 18:32:40 -08:00
.drone.yml Use plugins/docker for arm64 instead of custom image 2023-01-19 12:10:04 -05:00
.gitignore Enhance system-agent for production readiness and periodic probe (#68) 2022-02-08 08:53:06 -08:00
.golangci.json Initial code commit 2021-01-11 18:32:40 -08:00
CODEOWNERS Update CODEOWNERS 2023-04-04 18:21:06 -04:00
Dockerfile.dapper bump docker version and go deps to fix CVEs 2023-09-20 18:30:30 +05:30
LICENSE Initial code commit 2021-01-11 18:32:40 -08:00
Makefile Initial code commit 2021-01-11 18:32:40 -08:00
README.md update readme (#14) 2021-05-21 08:24:45 -07:00
go.mod bump docker version and go deps to fix CVEs 2023-09-20 18:30:30 +05:30
go.sum bump docker version and go deps to fix CVEs 2023-09-20 18:30:30 +05:30
install.sh Add support for transactional-update based systems (#105) 2023-04-19 13:11:13 -07:00
main.go Bump to go1.18 and client-go 1.24, remove windows-specific x509 logic (#86) 2022-07-13 11:50:29 -04:00
system-agent-uninstall.sh Renamed uninstall.sh to system-agent-uninstall.sh 2022-06-08 13:34:28 -04:00

README.md

rancher-system-agent

rancher-system-agent is a daemon designed to run on a system and apply "plans" to the system. rancher-system-agent can support both local and remote plans, and was built to be integrated with the Rancher2 project for provisioning next-generation, CAPI driven clusters.

Building

make

Cross Compiling

You can also

CROSS=true make if you want cross-compiled binaries for Darwin/Windows.

Running

First, configure the agent by looking at the examples/configuration folder, then you can run the binary.

./bin/rancher-system-agent

License

Copyright (c) 2021 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.