Skip to content

Instantly share code, notes, and snippets.

@floreks
floreks / kubernetes-dashboard-v2.0.0-alpha0-admin-binding.yaml
Created March 28, 2018 12:18
Cluster admin role binding for Kubernetes Dashboard v2.0.0-alpha0
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: kubernetes-dashboard-v2
labels:
k8s-app: kubernetes-dashboard-v2
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
@floreks
floreks / kubernetes-dashboard-v2.0.0-alpha0.yaml
Last active December 28, 2020 09:55
Kubernetes Dashboard v2.0.0-alpha0
# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
logs
project/project
project/target
target
tmp
.history
dist
/.idea
/*.iml
/out
// KalBot.cpp : Defines the exported functions for the DLL application.
//
#include "pch.h"
#include "KalBot.h"
unsigned int _stdcall mainThread()
{
return NULL;
}
// KalBot.cpp : Defines the exported functions for the DLL application.
//
#include "pch.h"
#include "KalBot.h"
unsigned int _stdcall mainThread()
{
return NULL;
}