Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped GitHub spellcheck action to latest version: 0.35.0 #143

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- uses: actions/checkout@v3

- name: GitHub Spellcheck Action
uses: rojopolis/spellcheck-github-actions@0.26.0
uses: rojopolis/spellcheck-github-actions@0.35.0
2 changes: 2 additions & 0 deletions spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These release notes describe the new changes and enhancements in this version.
Namespaces that are created to run application deployments can be onboarded on a slice to form a micro
network segment. Once a namespace is bound to a slice, all the pods that get scheduled in
the namespace would get connected to the slice. The configuration is part of the slice YAML file.
This feature onboards namespaces and not indivdiual applications.
This feature onboards namespaces and not individual applications.

## Breaking Change for Onboarding Applications
With the onboarding namespaces feature, onboarding each application is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following are the kubeslice-cli options.
:::note
The kubeslice-cli tool must have access to the clusters you want it to manage. To grant it access, set the KUBECONFIG environment variable to
a path to the kubeconfig file containing the necessary keys to access those clusters.
To set the KUBECONFIG environment varible, use these commands:
To set the KUBECONFIG environment variable, use these commands:
- On Linux/macOS: `export KUBECONFIG=<path to kubeconfig file>`
- On Windows: `$env:KUBECONFIG = "kubeslice/kubeconfig.yaml"`
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These release notes describe the new changes and enhancements in this version.
Namespaces that are created to run application deployments can be onboarded on a slice to form a micro
network segment. Once a namespace is bound to a slice, all the pods that get scheduled in
the namespace would get connected to the slice. The configuration is part of the slice YAML file.
This feature onboards namespaces and not indivdiual applications.
This feature onboards namespaces and not individual applications.

## Breaking Change for Onboarding Applications
With the onboarding namespaces feature, onboarding each application is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The following are the kubeslice-cli options.
:::note
The kubeslice-cli tool must have access to the clusters you want it to manage. To grant it access, set the KUBECONFIG environment variable to
a path to the kubeconfig file containing the necessary keys to access those clusters.
To set the KUBECONFIG environment varible, use these commands:
To set the KUBECONFIG environment variable, use these commands:
- On Linux/macOS: `export KUBECONFIG=<path to kubeconfig file>`
- On Windows: `$env:KUBECONFIG = "kubeslice/kubeconfig.yaml"`
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These release notes describe the new changes and enhancements in this version.
Namespaces that are created to run application deployments can be onboarded on a slice to form a micro
network segment. Once a namespace is bound to a slice, all the pods that get scheduled in
the namespace would get connected to the slice. The configuration is part of the slice YAML file.
This feature onboards namespaces and not indivdiual applications.
This feature onboards namespaces and not individual applications.

## Breaking Change for Onboarding Applications
With the onboarding namespaces feature, onboarding each application is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following are the kubeslice-cli options.
:::note
The kubeslice-cli tool must have access to the clusters you want it to manage. To grant it access, set the KUBECONFIG environment variable
to a path to the kubeconfig file containing the necessary keys to access those clusters.
To set the KUBECONFIG environment varible, use these commands:
To set the KUBECONFIG environment variable, use these commands:
- On Linux/macOS: `export KUBECONFIG=<path to kubeconfig file>`
- On Windows: `$env:KUBECONFIG = "kubeslice/kubeconfig.yaml"`
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These release notes describe the new changes and enhancements in this version.
Namespaces that are created to run application deployments can be onboarded on a slice to form a micro
network segment. Once a namespace is bound to a slice, all the pods that get scheduled in
the namespace would get connected to the slice. The configuration is part of the slice YAML file.
This feature onboards namespaces and not indivdiual applications.
This feature onboards namespaces and not individual applications.

## Breaking Change for Onboarding Applications
With the onboarding namespaces feature, onboarding each application is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following are the kubeslice-cli options.
:::note
The kubeslice-cli tool must have access to the clusters you want it to manage. To grant it access, set the KUBECONFIG environment variable
to a path to the kubeconfig file containing the necessary keys to access those clusters.
To set the KUBECONFIG environment varible, use these commands:
To set the KUBECONFIG environment variable, use these commands:
- On Linux/macOS: `export KUBECONFIG=<path to kubeconfig file>`
- On Windows: `$env:KUBECONFIG = "kubeslice/kubeconfig.yaml"`
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following information is required to run the script.

2. Open the terminal where you have `kubectl` on PATH and set the context to the cluster for which you want to create the config.

### Retreive Network Interface
### Retrieve Network Interface
3. Get the name of the network interface on the gateway nodes that is the egress interface for external traffic.
:::warning
The below command does not work for OpenShift clusters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following information is required to run the script.

2. Open the terminal where you have `kubectl` on PATH and set the context to the cluster for which you want to create the config.

### Retreive Network Interface
### Retrieve Network Interface
3. Get the name of the network interface on the gateway nodes that is the egress interface for external traffic.
:::warning
The below command does not work for OpenShift clusters.
Expand Down
Loading