Skip to content

Commit 2fde2f8

Browse files
Update references to spinframework
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 7a6bd65 commit 2fde2f8

File tree

8 files changed

+48
-48
lines changed

8 files changed

+48
-48
lines changed

content/en/blog/community/spinkube-kind-rd/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.
232232
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml
233233

234234
# Deploy SpinKube
235-
helm install spin-operator --namespace spin-operator --create-namespace --version 0.1.0 --wait oci://ghcr.io/spinkube/charts/spin-operator
235+
helm install spin-operator --namespace spin-operator --create-namespace --version 0.1.0 --wait oci://ghcr.io/spinframework/charts/spin-operator
236236

237237
# Install the App Executor
238238
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml
@@ -246,7 +246,7 @@ Same as the SpinKube deployment, you can follow the quickstart:
246246

247247
```shell
248248
# Deploy the application
249-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/simple.yaml
249+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/simple.yaml
250250

251251
# Port forwarding
252252
kubectl port-forward svc/simple-spinapp 8083:80

content/en/docs/contrib/troubleshooting.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ might assist you with your work.
1111

1212
## SpinKube Support Policy
1313

14-
SpinKube provides support on a best-effort basis. For users who installed SpinKube manually following the documentation, please report issues in the [Spin Operator repository](https://github.com/spinkube/spin-operator/issues/new). For installations via the Azure Marketplace, please open an issue in the [Azure repository](https://github.com/spinkube/azure/issues/new) for assistance. If your issue is urgent, feel free to raise it in [Slack](https://cloud-native.slack.com/archives/C06PC7JA1EE).
14+
SpinKube provides support on a best-effort basis. For users who installed SpinKube manually following the documentation, please report issues in the [Spin Operator repository](https://github.com/spinframework/spin-operator/issues/new). For installations via the Azure Marketplace, please open an issue in the [Azure repository](https://github.com/spinkube/azure/issues/new) for assistance. If your issue is urgent, feel free to raise it in [Slack](https://cloud-native.slack.com/archives/C06PC7JA1EE).
1515

1616
## Failure downloading the Helm chart
1717

18-
While the [Spin Operator Helm chart](https://github.com/spinkube/spin-operator/pkgs/container/charts%2Fspin-operator) is public and can be fetched anonymously, you may run into errors pulling the chart if you've previously authenticated with the ghcr.io registry but the authentication token has since expired.
18+
While the [Spin Operator Helm chart](https://github.com/spinframework/spin-operator/pkgs/container/charts%2Fspin-operator) is public and can be fetched anonymously, you may run into errors pulling the chart if you've previously authenticated with the ghcr.io registry but the authentication token has since expired.
1919

2020
The error would look something like the following:
2121

2222
```console
2323
helm install spin-operator \
24-
--namespace spin-operator --create-namespace --version 0.5.0 --wait oci://ghcr.io/spinkube/charts/spin-operator
25-
Error: INSTALLATION FAILED: failed to download "oci://ghcr.io/spinkube/charts/spin-operator" at version "0.5.0"
24+
--namespace spin-operator --create-namespace --version 0.5.0 --wait oci://ghcr.io/spinframework/charts/spin-operator
25+
Error: INSTALLATION FAILED: failed to download "oci://ghcr.io/spinframework/charts/spin-operator" at version "0.5.0"
2626
```
2727

2828
To fix, either re-authenticate with the registry with a valid token (e.g. `docker login ghcr.io`) or log out of the registry and pull the chart anonymously (e.g. `docker logout ghcr.io`).
2929

3030
## No endpoints available for service "spin-operator-webhook-service"
3131

3232
When following the quickstart guide the following error can occur when running the `kubectl apply -f
33-
https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml`
33+
https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml`
3434
command:
3535

3636
```console
37-
Error from server (InternalError): error when creating "https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml": Internal error occurred: failed calling webhook "mspinappexecutor.kb.io": failed to call webhook: Post "https://spin-operator-webhook-service.spin-operator.svc:443/mutate-core-spinkube-dev-v1alpha1-spinappexecutor?timeout=10s": no endpoints available for service "spin-operator-webhook-service"
37+
Error from server (InternalError): error when creating "https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml": Internal error occurred: failed calling webhook "mspinappexecutor.kb.io": failed to call webhook: Post "https://spin-operator-webhook-service.spin-operator.svc:443/mutate-core-spinkube-dev-v1alpha1-spinappexecutor?timeout=10s": no endpoints available for service "spin-operator-webhook-service"
3838
```
3939

4040
To address the error above, first look to see if Spin Operator is running:
@@ -82,11 +82,11 @@ helm upgrade --install spin-operator \
8282
--create-namespace \
8383
--version 0.5.0 \
8484
--wait \
85-
oci://ghcr.io/spinkube/charts/spin-operator
85+
oci://ghcr.io/spinframework/charts/spin-operator
8686
```
8787

8888
Once the Spin Operator is installed you can try and run the `kubectl apply -f
89-
https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml`
89+
https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml`
9090
command again. The issue should be resolved now.
9191

9292
## Error Validating Data: Connection Refused
@@ -223,7 +223,7 @@ TEST SUITE: None
223223
## error: requires go version
224224

225225
When building apps like the
226-
[cpu-load-gen](https://github.com/spinkube/spin-operator/tree/main/apps/cpu-load-gen) Spin app, you
226+
[cpu-load-gen](https://github.com/spinframework/spin-operator/tree/main/apps/cpu-load-gen) Spin app, you
227227
may get the following error if your TinyGo is not up to date. The error requires go version `1.18`
228228
through `1.20` but this is not necessarily the case. It **is** recommended that you have the latest
229229
go installed e.g. `1.21` and downgrading is unnecessary. Instead please go ahead and [install the

content/en/docs/install/azure-kubernetes-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ installed.
8484

8585
```shell
8686
# Install the CRDs
87-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
87+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
8888

8989
# Install the Runtime Class
90-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
90+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
9191
```
9292

9393
The following installs [cert-manager](https://github.com/cert-manager/cert-manager) which is
@@ -151,13 +151,13 @@ helm install spin-operator \
151151
--create-namespace \
152152
--version 0.5.0 \
153153
--wait \
154-
oci://ghcr.io/spinkube/charts/spin-operator
154+
oci://ghcr.io/spinframework/charts/spin-operator
155155
```
156156

157157
Lastly, create the [shim executor]({{< ref "glossary#spin-app-executor-crd" >}})::
158158

159159
```console
160-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
160+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
161161
```
162162

163163
## Deploying a Spin App to AKS
@@ -168,7 +168,7 @@ previous section:
168168

169169
```shell
170170
# Deploy a sample Spin app
171-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/simple.yaml
171+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/simple.yaml
172172
```
173173

174174
## Verifying the Spin App

content/en/docs/install/installing-with-helm.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@ here we install the defaults.
6161
representing Spin applications to be scheduled on the cluster.
6262

6363
```shell
64-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
64+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
6565
```
6666

6767
- Next we create a [RuntimeClass]({{< ref "glossary#runtime-class" >}}) that points to the `spin`
6868
handler called `wasmtime-spin-v2`. If you are deploying to a production cluster that only has a shim
6969
on a subset of nodes, you'll need to modify the RuntimeClass with a `nodeSelector:`:
7070

7171
```shell
72-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
72+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
7373
```
7474

7575
- Finally, we create a `containerd-spin-shim` [SpinAppExecutor]({{< ref
7676
"glossary#spin-app-executor-crd" >}}). This tells the Spin Operator to use the RuntimeClass we
7777
just created to run Spin Apps:
7878

7979
```shell
80-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
80+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
8181
```
8282

8383
### Installing the Spin Operator Chart
@@ -91,7 +91,7 @@ helm install spin-operator \
9191
--create-namespace \
9292
--version 0.5.0 \
9393
--wait \
94-
oci://ghcr.io/spinkube/charts/spin-operator
94+
oci://ghcr.io/spinframework/charts/spin-operator
9595
```
9696

9797
### Upgrading the Chart
@@ -100,7 +100,7 @@ Note that you may also need to upgrade the spin-operator CRDs in tandem with upg
100100
release:
101101

102102
```shell
103-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
103+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
104104
```
105105

106106
To upgrade the `spin-operator` release, run the following:
@@ -111,7 +111,7 @@ helm upgrade spin-operator \
111111
--namespace spin-operator \
112112
--version 0.5.0 \
113113
--wait \
114-
oci://ghcr.io/spinkube/charts/spin-operator
114+
oci://ghcr.io/spinframework/charts/spin-operator
115115
```
116116

117117
### Uninstalling the Chart
@@ -129,7 +129,7 @@ To completely uninstall all resources related to spin-operator, you may want to
129129
corresponding CRD resources and the RuntimeClass:
130130

131131
```shell
132-
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
133-
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
134-
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
132+
kubectl delete -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
133+
kubectl delete -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
134+
kubectl delete -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
135135
```

content/en/docs/install/microk8s.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ before proceeding.
6868
First, we need to apply a runtime class and a CRD for SpinKube:
6969

7070
```console { data-plausible="copy-quick-deploy-sample" }
71-
$ microk8s kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
72-
$ microk8s kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
71+
$ microk8s kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
72+
$ microk8s kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
7373
```
7474

7575
Both of these should apply immediately.
@@ -89,15 +89,15 @@ $ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true
8989
Next, we need to install SpinKube’s operator using Helm (which is included with Microk8s).
9090

9191
```console { data-plausible="copy-quick-deploy-sample" }
92-
$ microk8s helm install spin-operator --namespace spin-operator --create-namespace --version 0.5.0 --wait oci://ghcr.io/spinkube/charts/spin-operator
92+
$ microk8s helm install spin-operator --namespace spin-operator --create-namespace --version 0.5.0 --wait oci://ghcr.io/spinframework/charts/spin-operator
9393

9494
```
9595

9696
Now we have the main operator installed. There is just one more step. We need to install the shim
9797
executor, which is a special CRD that allows us to use multiple executors for WebAssembly.
9898

9999
```console { data-plausible="copy-quick-deploy-sample" }
100-
$ microk8s kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
100+
$ microk8s kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
101101

102102
```
103103

@@ -111,7 +111,7 @@ While we could write regular deployments or pod specifications, the easiest way
111111
is by creating a simple `SpinApp` resource. Let's use the simple example from SpinKube:
112112

113113
```console { data-plausible="copy-quick-deploy-sample" }
114-
$ microk8s kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/simple.yaml
114+
$ microk8s kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/simple.yaml
115115
```
116116

117117
The above installs a simple `SpinApp` YAML that looks like this:

content/en/docs/install/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ kubectl wait --for=condition=available --timeout=300s deployment/cert-manager-we
5555
> every node.
5656
5757
```console { data-plausible="copy-quick-apply-runtime-class" }
58-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
58+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
5959
```
6060

6161
4. Apply the [Custom Resource Definitions]({{< ref "glossary#custom-resource-definition-crd" >}})
6262
used by the Spin Operator:
6363

6464
```console { data-plausible="copy-quick-apply-crd" }
65-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
65+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
6666
```
6767

6868
## Deploy the Spin Operator
@@ -79,13 +79,13 @@ helm install spin-operator \
7979
--create-namespace \
8080
--version 0.5.0 \
8181
--wait \
82-
oci://ghcr.io/spinkube/charts/spin-operator
82+
oci://ghcr.io/spinframework/charts/spin-operator
8383
```
8484

8585
Lastly, create the [shim executor]({{< ref "glossary#spin-app-executor-crd" >}}):
8686

8787
```console { data-plausible="copy-quick-create-shim-executor" }
88-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
88+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
8989
```
9090

9191
## Run the Sample Application
@@ -95,7 +95,7 @@ You are now ready to deploy Spin applications onto the cluster!
9595
1. Create your first application in the same `spin-operator` namespace that the operator is running:
9696

9797
```console { data-plausible="copy-quick-deploy-sample" }
98-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/simple.yaml
98+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/simple.yaml
9999
```
100100

101101
2. Forward a local port to the application pod so that it can be reached:

content/en/docs/topics/autoscaling/scaling-with-hpa.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{<ref
7474
7575
```console
7676
# Install the RuntimeClass
77-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
77+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
7878

7979
# Install the CRDs
80-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
80+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
8181
```
8282

8383
Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref
@@ -90,10 +90,10 @@ helm install spin-operator \
9090
--create-namespace \
9191
--version 0.5.0 \
9292
--wait \
93-
oci://ghcr.io/spinkube/charts/spin-operator
93+
oci://ghcr.io/spinframework/charts/spin-operator
9494

9595
# Install the shim executor
96-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
96+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
9797
```
9898

9999
Great, now you have Spin Operator up and running on your cluster. This means you’re set to create
@@ -232,7 +232,7 @@ configuration). To apply the above configuration we use the following `kubectl a
232232

233233
```console
234234
# Install SpinApp and HPA
235-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/hpa.yaml
235+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/hpa.yaml
236236
```
237237

238238
You can see your running Spin application by running the following command:

content/en/docs/topics/autoscaling/scaling-with-keda.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{<ref
7474
7575
```console
7676
# Install the RuntimeClass
77-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
77+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.runtime-class.yaml
7878

7979
# Install the CRDs
80-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
80+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.crds.yaml
8181
```
8282

8383
Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref
@@ -90,10 +90,10 @@ helm install spin-operator \
9090
--create-namespace \
9191
--version 0.5.0 \
9292
--wait \
93-
oci://ghcr.io/spinkube/charts/spin-operator
93+
oci://ghcr.io/spinframework/charts/spin-operator
9494

9595
# Install the shim executor
96-
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
96+
kubectl apply -f https://github.com/spinframework/spin-operator/releases/download/v0.5.0/spin-operator.shim-executor.yaml
9797
```
9898

9999
Great, now you have Spin Operator up and running on your cluster. This means you’re set to create
@@ -158,7 +158,7 @@ below. As you can see, we have explicitly specified resource limits to `500m` of
158158
`SpinApp`:
159159

160160
```yaml
161-
# https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-app.yaml
161+
# https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/keda-app.yaml
162162
apiVersion: core.spinkube.dev/v1alpha1
163163
kind: SpinApp
164164
metadata:
@@ -182,7 +182,7 @@ We will scale the instance count when we’ve reached a 50% utilization in `cpu`
182182
within the range of 1 (`spec.minReplicaCount`) and 20 (`spec.maxReplicaCount`).:
183183

184184
```yaml
185-
# https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-scaledobject.yaml
185+
# https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/keda-scaledobject.yaml
186186
apiVersion: keda.sh/v1alpha1
187187
kind: ScaledObject
188188
metadata:
@@ -210,11 +210,11 @@ command:
210210
211211
```console
212212
# Deploy the SpinApp
213-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-app.yaml
213+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/keda-app.yaml
214214
spinapp.core.spinkube.dev/keda-spinapp created
215215

216216
# Deploy the ScaledObject
217-
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-scaledobject.yaml
217+
kubectl apply -f https://raw.githubusercontent.com/spinframework/spin-operator/main/config/samples/keda-scaledobject.yaml
218218
scaledobject.keda.sh/cpu-scaling created
219219
```
220220

0 commit comments

Comments
 (0)