Go to file
Swastik Gour e72521686b
[1.34] bumped dependencies for 1.34 support (#242)
2025-10-15 09:25:02 -07:00
.github Merge pull request #232 from HarrisonWAffel/update-windows-runner 2025-07-01 14:44:48 -04:00
examples
package [1.34] bumped dependencies for 1.34 support (#242) 2025-10-15 09:25:02 -07:00
pkg fix: do not unconditionally reset failure-counts 2025-09-22 12:42:42 -04:00
scripts fix golangci 2025-02-27 15:40:27 -07:00
.dockerignore
.gitignore
.golangci.json Migrate from Drone to GitHub Action 2024-07-01 13:17:57 -07:00
CODEOWNERS Update CODEOWNERS 2025-01-23 11:42:55 -05:00
Dockerfile.dapper Bumped dependencies for k8s v1.33 2025-06-11 17:46:28 +05:30
LICENSE
Makefile
README.md
go.mod [1.34] bumped dependencies for 1.34 support (#242) 2025-10-15 09:25:02 -07:00
go.sum [1.34] bumped dependencies for 1.34 support (#242) 2025-10-15 09:25:02 -07:00
install.sh fix: properly handle traps after unsuccessful SUC job execution 2025-09-30 10:31:41 -04:00
main.go Bumped dependencies for k8s v1.33 2025-06-11 17:46:28 +05:30
system-agent-uninstall.sh

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.