Skip to content

Commit 4dcf897

Browse files
committed
refactor(github-org-name): replace github.com/spinkube with github.com/spinframework
Signed-off-by: Sven Pfennig <[email protected]>
1 parent 48d2b8b commit 4dcf897

File tree

26 files changed

+53
-53
lines changed

26 files changed

+53
-53
lines changed

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: apply Spin shim
8888
run: |
8989
# Ensure shim binary is compatible with runner arch
90-
yq -i '.spec.fetchStrategy.anonHttp.location = "https://github.com/spinkube/containerd-shim-spin/releases/download/${{ env.SHIM_SPIN_VERSION }}/containerd-shim-spin-v2-linux-x86_64.tar.gz"' \
90+
yq -i '.spec.fetchStrategy.anonHttp.location = "https://github.com/spinframework/containerd-shim-spin/releases/download/${{ env.SHIM_SPIN_VERSION }}/containerd-shim-spin-v2-linux-x86_64.tar.gz"' \
9191
config/samples/test_shim_spin.yaml
9292
kubectl apply -f config/samples/test_shim_spin.yaml
9393

PROJECT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ domain: kwasm.sh
66
layout:
77
- go.kubebuilder.io/v4
88
projectName: runtime-class-manager
9-
repo: github.com/spinkube/runtime-class-manager
9+
repo: github.com/spinframework/runtime-class-manager
1010
resources:
1111
- api:
1212
crdVersion: v1
@@ -15,7 +15,7 @@ resources:
1515
domain: kwasm.sh
1616
group: runtime
1717
kind: Shim
18-
path: github.com/spinkube/runtime-class-manager/api/v1alpha1
18+
path: github.com/spinframework/runtime-class-manager/api/v1alpha1
1919
version: v1alpha1
2020
- controller: true
2121
domain: kwasm.sh

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# runtime-class-manager
22

3-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/spinkube/runtime-class-manager/badge)](https://securityscorecards.dev/viewer/?uri=github.com/spinkube/runtime-class-manager)
3+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/spinframework/runtime-class-manager/badge)](https://securityscorecards.dev/viewer/?uri=github.com/spinframework/runtime-class-manager)
44

55
The runtime-class-manager is the spiritual successor to the kwasm-operator. kwasm has been developed as an experimental, simple way to install Wasm runtimes. This experiment has been relatively successful, as more and more users utilized it to fiddle around with Wasm on Kubernetes. However, the kwasm-operator has some limitations that make it difficult to use in production. The runtime-class-manager is an attempt to address these limitations to make it a reliable and secure way to deploy arbitrary containerd shims.
66

@@ -12,16 +12,16 @@ The name should be treated as a working title and is hopefully subject to change
1212

1313
For the 1.0 release of runtime-class-manager, we consider three milestones:
1414

15-
- **M1: [RCM MVP for Spinkube](https://github.com/spinkube/runtime-class-manager/milestone/1)**
16-
This milestone is about getting RCM to a state where Spinkube can rely on RCM and use it as a dependency instead of Kwasm. This means, that the focus is on managing lifecycle of [containerd-shim-spin](https://github.com/spinkube/containerd-shim-spin) on nodes.
17-
- **M2: [Kwasm Feature Parity](https://github.com/spinkube/runtime-class-manager/milestone/2)**
15+
- **M1: [RCM MVP for Spinkube](https://github.com/spinframework/runtime-class-manager/milestone/1)**
16+
This milestone is about getting RCM to a state where Spinkube can rely on RCM and use it as a dependency instead of Kwasm. This means, that the focus is on managing lifecycle of [containerd-shim-spin](https://github.com/spinframework/containerd-shim-spin) on nodes.
17+
- **M2: [Kwasm Feature Parity](https://github.com/spinframework/runtime-class-manager/milestone/2)**
1818
All shims that kwasm can install, should be installable via rcm. Automated tests are in place to ensure installation of RCM and shims that are supported by Kwasm.
19-
- **M3: [Full implementation of the initial spec](https://github.com/spinkube/runtime-class-manager/milestone/3)**
19+
- **M3: [Full implementation of the initial spec](https://github.com/spinframework/runtime-class-manager/milestone/3)**
2020
Stable spec of the Shim CRD based on the [initial proposal](https://hackmd.io/TwC8Fc8wTCKdoWlgNOqTgA). After 1.0 we assume no breaking changes of the Shim CRD. Arbitrary shims can be installed via RCM and prominent shims are tested automatically, on various Kubernetes distributions.
2121
- Future (ideas):
22-
- support for additional container runtimes, like CRI-O to enable RCM on OpenShift
23-
- alternative shim installation via Daemonset instead of Jobs
24-
- treating node-installer as a daemon process, to enable better conflict resolution
22+
- support for additional container runtimes, like CRI-O to enable RCM on OpenShift
23+
- alternative shim installation via Daemonset instead of Jobs
24+
- treating node-installer as a daemon process, to enable better conflict resolution
2525

2626
## Usage
2727

@@ -33,8 +33,8 @@ Stable spec of the Shim CRD based on the [initial proposal](https://hackmd.io/Tw
3333
make docker-build docker-push IMG=<some-registry>/runtime-class-manager:tag
3434
```
3535

36-
**NOTE:** This image ought to be published in the personal registry you specified.
37-
And it is required to have access to pull the image from the working environment.
36+
**NOTE:** This image ought to be published in the personal registry you specified.
37+
And it is required to have access to pull the image from the working environment.
3838
Make sure you have the proper permission to the registry if the above commands don’t work.
3939

4040
**Install the CRDs into the cluster:**
@@ -49,7 +49,7 @@ make install
4949
make deploy IMG=<some-registry>/runtime-class-manager:tag
5050
```
5151

52-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
52+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
5353
privileges or be logged in as admin.
5454

5555
**Create instances of your solution**
@@ -62,6 +62,7 @@ kubectl apply -k config/samples/
6262
>**NOTE**: Ensure that the samples has default values to test it out.
6363
6464
### To Uninstall
65+
6566
**Delete the instances (CRs) from the cluster:**
6667

6768
```sh
@@ -95,4 +96,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
9596
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9697
See the License for the specific language governing permissions and
9798
limitations under the License.
98-

cmd/node-installer/detect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"log/slog"
2323

2424
"github.com/spf13/afero"
25-
"github.com/spinkube/runtime-class-manager/internal/preset"
25+
"github.com/spinframework/runtime-class-manager/internal/preset"
2626
)
2727

2828
var containerdConfigLocations = map[string]preset.Settings{

cmd/node-installer/detect_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"testing"
2222

2323
"github.com/spf13/afero"
24-
main "github.com/spinkube/runtime-class-manager/cmd/node-installer"
25-
"github.com/spinkube/runtime-class-manager/internal/preset"
26-
tests "github.com/spinkube/runtime-class-manager/tests/node-installer"
24+
main "github.com/spinframework/runtime-class-manager/cmd/node-installer"
25+
"github.com/spinframework/runtime-class-manager/internal/preset"
26+
tests "github.com/spinframework/runtime-class-manager/tests/node-installer"
2727
"github.com/stretchr/testify/require"
2828
)
2929

cmd/node-installer/install.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import (
2525

2626
"github.com/spf13/afero"
2727
"github.com/spf13/cobra"
28-
"github.com/spinkube/runtime-class-manager/internal/containerd"
29-
"github.com/spinkube/runtime-class-manager/internal/preset"
30-
"github.com/spinkube/runtime-class-manager/internal/shim"
28+
"github.com/spinframework/runtime-class-manager/internal/containerd"
29+
"github.com/spinframework/runtime-class-manager/internal/preset"
30+
"github.com/spinframework/runtime-class-manager/internal/shim"
3131
)
3232

3333
// installCmd represents the install command.

cmd/node-installer/install_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"testing"
2121

2222
"github.com/spf13/afero"
23-
main "github.com/spinkube/runtime-class-manager/cmd/node-installer"
24-
tests "github.com/spinkube/runtime-class-manager/tests/node-installer"
23+
main "github.com/spinframework/runtime-class-manager/cmd/node-installer"
24+
tests "github.com/spinframework/runtime-class-manager/tests/node-installer"
2525
"github.com/stretchr/testify/require"
2626
)
2727

cmd/node-installer/uninstall.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"github.com/spf13/afero"
2626
"github.com/spf13/cobra"
2727

28-
"github.com/spinkube/runtime-class-manager/internal/containerd"
29-
"github.com/spinkube/runtime-class-manager/internal/shim"
28+
"github.com/spinframework/runtime-class-manager/internal/containerd"
29+
"github.com/spinframework/runtime-class-manager/internal/shim"
3030
)
3131

3232
// uninstallCmd represents the uninstall command.

cmd/rcm/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import (
3333
"sigs.k8s.io/controller-runtime/pkg/log/zap"
3434
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
3535

36-
runtimev1alpha1 "github.com/spinkube/runtime-class-manager/api/v1alpha1"
37-
"github.com/spinkube/runtime-class-manager/internal/controller"
36+
runtimev1alpha1 "github.com/spinframework/runtime-class-manager/api/v1alpha1"
37+
"github.com/spinframework/runtime-class-manager/internal/controller"
3838
//+kubebuilder:scaffold:imports
3939
)
4040

config/samples/test_shim_spin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ spec:
1515
fetchStrategy:
1616
type: anonymousHttp
1717
anonHttp:
18-
location: "https://github.com/spinkube/containerd-shim-spin/releases/download/v0.15.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
18+
location: "https://github.com/spinframework/containerd-shim-spin/releases/download/v0.15.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
1919

2020
runtimeClass:
2121
# Note: this name is used by the Spin Operator project as its default:
22-
# https://github.com/spinkube/spin-operator/blob/main/config/samples/spin-shim-executor.yaml
22+
# https://github.com/spinframework/spin-operator/blob/main/config/samples/spin-shim-executor.yaml
2323
name: wasmtime-spin-v2
2424
handler: spin-v2
2525

0 commit comments

Comments
 (0)