Skip to content

Instantly share code, notes, and snippets.

View tvvignesh's full-sized avatar
🤓
Hacking my way through this world..

Vignesh T.V. tvvignesh

🤓
Hacking my way through this world..
View GitHub Profile
@tvvignesh
tvvignesh / osd-prepare-logs
Created January 30, 2020 16:51
OSD Prepare logs
2020-01-30 15:44:10.211494 I | rookcmd: starting Rook v1.2.2 with arguments '/rook/rook ceph osd provision'
2020-01-30 15:44:10.211591 I | rookcmd: flag values: --cluster-id=86ba39f7-a91d-4e8a-ad05-7ec08d74c6f6, --data-device-filter=all, --data-device-path-filter=, --data-devices=, --data-directories=, --encrypted-device=false, --force-format=false, --help=false, --location=, --log-flush-frequency=5s, --log-level=INFO, --metadata-device=, --node-name=gke-tc-dev-1-tc-dev-big-2-74756ee2-34np, --operator-image=, --osd-database-size=0, --osd-journal-size=5120, --osd-store=, --osd-wal-size=576, --osds-per-device=1, --pvc-backed-osd=false, --service-account=
2020-01-30 15:44:10.211603 I | op-mon: parsing mon endpoints: c=10.104.0.218:6789,a=10.104.8.20:6789,b=10.104.12.173:6789
2020-01-30 15:44:10.224679 I | op-osd: CRUSH location=root=default host=gke-tc-dev-1-tc-dev-big-2-74756ee2-34np zone=asia-south1-a region=asia-south1
2020-01-30 15:44:10.224705 I | cephcmd: crush location of osd: root=default host=gke-tc-dev
@tvvignesh
tvvignesh / dind.yml
Created December 22, 2019 18:44
Dind service for Kubernetes
kind: Namespace
apiVersion: v1
metadata:
name: dind
labels:
name: dind
---
apiVersion: v1
kind: PersistentVolumeClaim
ff5c42c38ee7fdd410af696b7139c3a9e181fcf073c83c5f4268d5ccfab17b269b1d5377fc13a26e2d345f689f81bdb6dbcaeb465ed5c2a490049a0ce4f44626
@tvvignesh
tvvignesh / AmbassadorChartIssue.yaml
Created September 27, 2020 21:25
Ambassador NonRoot error
---
# Manually set metadata for the Release.
#
# Defaults to .Chart.Name
nameOverride: ""
# Defaults to .Release.Name-.Chart.Name unless .Release.Name contains "ambassador"
fullnameOverride: ""
# Defaults to .Release.Namespace
namespaceOverride: ""
@tvvignesh
tvvignesh / dgraph-buggy.yml
Created October 30, 2020 11:27
Dgraph-Kind restart repro
---
# Source: dgraph/templates/alpha/configs.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: dgraph-dgraph-alpha-config
labels:
app: dgraph
chart: dgraph-0.0.11
component: alpha
@tvvignesh
tvvignesh / grant.d.ts
Created November 16, 2020 16:14
Changes in grant types
/**
* Grant options
*/
export interface GrantOptions {
/**
* Handler name
*/
handler?: 'express' | 'koa' | 'hapi' | 'fastify' | 'curveball' |
'node' | 'aws' | 'azure' | 'gcloud' | 'vercel'
@tvvignesh
tvvignesh / old-pnpm-lock.yml
Created December 2, 2020 14:52
Old PNPM Lock file
importers:
.:
dependencies:
'@graphql-mesh/cache-file': 0.4.21_graphql@15.4.0
'@graphql-mesh/cli': 0.11.11_graphql@15.4.0
'@graphql-mesh/config': 0.10.16_graphql@15.4.0
'@graphql-mesh/graphql': 0.7.9_graphql@15.4.0
'@graphql-mesh/runtime': 0.7.15_graphql@15.4.0
'@graphql-mesh/transform-prefix': 0.5.19_graphql@15.4.0
'@graphql-tools/utils': 7.0.2_graphql@15.4.0
@tvvignesh
tvvignesh / pnpm-lock.yml
Created December 24, 2020 19:37
pnpm lock
importers:
.:
dependencies:
'@graphql-mesh/cache-file': 0.4.30_graphql@15.4.0
'@graphql-mesh/cli': 0.15.0_graphql@15.4.0
'@graphql-mesh/config': 0.11.8_graphql@15.4.0
'@graphql-mesh/graphql': 0.10.5_graphql@15.4.0
'@graphql-mesh/runtime': 0.10.8_graphql@15.4.0
'@graphql-tools/utils': 7.2.0_graphql@15.4.0
fetchache: 0.0.4
@tvvignesh
tvvignesh / pnpm-lock.yaml
Created February 15, 2021 14:02
Dependency Lock files
importers:
.:
dependencies:
'@graphql-mesh/cache-file': 0.4.48_graphql@15.5.0
'@graphql-mesh/cli': 0.15.7_graphql@15.5.0
'@graphql-mesh/config': 0.11.20_graphql@15.5.0
'@graphql-mesh/graphql': 0.12.1_graphql@15.5.0
'@graphql-mesh/runtime': 0.10.26_graphql@15.5.0
'@graphql-tools/utils': 7.2.5_graphql@15.5.0
fetchache: 0.0.4