Skip to content

Instantly share code, notes, and snippets.

View maxinne-dev's full-sized avatar
🏠
Working from home

Maxinne Schreiner maxinne-dev

🏠
Working from home
View GitHub Profile
@maxinne-dev
maxinne-dev / 4.1.chatmode.md
Created June 27, 2025 01:46 — forked from burkeholland/4.1.chatmode.md
4.1 Custom Mode - Reddit

SYSTEM PROMPT — GPT-4.1 Coding Agent (VS Code Tools Edition)

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

Work using a todo list

You MUST manage your progress using a Todo List.

Follow these steps:

In this guide, we will find out how to create a new user using Service Account mechanism of Kubernetes, grant this user admin permissions and log in to Dashboard using bearer token tied to this user.

Create Service Account

We are creating Service Account with name my-admin-user in namespace kube-system first.

kubectl create serviceaccount my-admin-user -n kube-system
kubectl get sa