Skip to content

Commit

Permalink
chore: update domain for athing to athing.isitayush.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
is-it-ayush committed Aug 20, 2024
1 parent 0455889 commit 43e89cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/a-subtle-introduction-to-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Run 'kubectl get nodes' on the control-plane to see this node join the cluster.
> than the primary/main container are called sidecars or sidecar containers**.

> Note: You can also verify the machines are up and available by running `kubectl
> get nodes`. This will list all the computers currently joined to the cluster.
get nodes`. This will list all the computers currently joined to the cluster.

You did it again! 💙 If you faced any problem, simply delete all the machines
and create a new one's using the image you created earlier. This is why I asked
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const getStaticProps = async () => {
description:
'A thing, was my first T3 project. I felt the need to create a platform where anyone could share their thoughts & ideas with the world in an anonymous way. I really love what I achieved with this project & it gave me a greater understanding of the stack that I had when I began.',
github: new URL('https://github.com/is-it-ayush/athing/'),
website: new URL('https://athing.vercel.app/'),
website: new URL('https://athing.isitayush.dev/'),
},
{
name: 'dimensional rift.',
Expand Down

0 comments on commit 43e89cb

Please sign in to comment.