Skip to content

Instantly share code, notes, and snippets.

View robertoriv's full-sized avatar

Roberto Rivera robertoriv

View GitHub Profile
@robertoriv
robertoriv / test-deployments.yaml
Last active May 23, 2024 19:55
Testing karpenter's eviction queueing changes
apiVersion: apps/v1
kind: Deployment
metadata:
name: non-critical-pod
spec:
replicas: 10
selector:
matchLabels:
app: non-critical-pod
template:
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname