Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 545 Bytes

system-server

Description

As a part of system runtime frameworks, system-server provides a mechanism for security calls between apps.

How to build

  1. Install Custom Resources
kubectl apply -f config/crds
  1. Generate the code
make update-codegen

3、Build binary

make system-server

or

make linux

For Linux version