ff4e8068d5
This change enables operators to SSH into a sub-cluster Jump Host from outside the base K8s cluster using a Node Port service. Operators authenticate using SSH authorized keys to the SIP CR. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: Ib1d94b5b0813e34014375d97f9189948af49f42c
17 lines
421 B
Modula-2
17 lines
421 B
Modula-2
module sipcluster
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20201014161845-a6d4f1fc3228
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.3
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
)
|