-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.1.8
- Loading branch information
Showing
70 changed files
with
26,064 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# Code generated by tool. DO NOT EDIT. | ||
# This file is used to track the info used to scaffold your project | ||
# and allow the plugins properly work. | ||
# More info: https://book.kubebuilder.io/reference/project-config.html | ||
domain: cray.hpe.com | ||
layout: | ||
- go.kubebuilder.io/v4 | ||
- go.kubebuilder.io/v4 | ||
plugins: | ||
manifests.sdk.operatorframework.io/v2: {} | ||
scorecard.sdk.operatorframework.io/v2: {} | ||
projectName: nnf-dm | ||
repo: github.com/NearNodeFlash/nnf-dm | ||
version: '3' | ||
resources: | ||
- controller: true | ||
domain: cray.hpe.com | ||
group: nnfdm | ||
kind: DataMovement | ||
version: v1alpha1 | ||
- controller: true | ||
domain: cray.hpe.com | ||
group: nnfdm | ||
kind: DataMovementManager | ||
version: v1alpha1 | ||
version: "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: worker-config | ||
data: | ||
sshd_config: | | ||
Include /etc/ssh/sshd_config.d/*.conf | ||
Port 2222 | ||
StrictModes no | ||
MaxSessions 4096 | ||
MaxStartups 4096 | ||
ChallengeResponseAuthentication no | ||
UsePAM yes | ||
X11Forwarding yes | ||
PrintMotd no | ||
AcceptEnv LANG LC_* | ||
Subsystem sftp /usr/lib/openssh/sftp-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# A comma-separated list of directories where more Go code can be found, beyond | ||
# the usual cmd/, api/, internal/ that kubebuilder would put in place. The Go | ||
# files in these dirs will be bumped to the new hub version. | ||
extra_go_dirs: daemons/compute/server/servers | ||
|
||
# A comma-separated list of directories of Kustomize config files that have | ||
# references to the API and that must be updated to the new hub version so | ||
# that ArgoCD can sync them. | ||
extra_config_dirs: config/manager | ||
|
Oops, something went wrong.