Skip to content

fix: typos in readme #2578

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

Merged
merged 1 commit into from
Jul 30, 2025
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ k8sApi.createNamespace({ body: namespace }).then(
);
```

## Create a cluster configuration programatically
## Create a cluster configuration programmatically

```javascript
const k8s = require('@kubernetes/client-node');
Expand Down Expand Up @@ -112,7 +112,7 @@ release, we will increment the minor version whenever we update the minor Kubern

We switched from `request` to `fetch` as the HTTP(S) backend for the `1.0.0` release.

Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
Generally speaking newer clients will work with older Kubernetes, but compatibility isn't 100% guaranteed.

| client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33|
| -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |----|
Expand Down