summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-12-28 08:31:39 -0800
committerGitHub <noreply@github.com>2019-12-28 08:31:39 -0800
commit1bd0537e7c7cb5b831fc79ec98adf7e0a4ff4f82 (patch)
tree48ddc6de1f7d52a5562bb9d946911afd4c537c7b
parentf8b1b581d75cdd985add208243cd52659c015beb (diff)
parent59e0a5b9234a406b93119778daaac7322388cae4 (diff)
Merge pull request #4355 from markyjackson-taulia/master
unconf notes frm Hippy Hacker presentation Pair prgm in k8s
-rw-r--r--events/2019/11-contributor-summit/unconference-notes/pair-programming-in-kubernetes-hippy-hacker.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/events/2019/11-contributor-summit/unconference-notes/pair-programming-in-kubernetes-hippy-hacker.md b/events/2019/11-contributor-summit/unconference-notes/pair-programming-in-kubernetes-hippy-hacker.md
new file mode 100644
index 00000000..9e7b924b
--- /dev/null
+++ b/events/2019/11-contributor-summit/unconference-notes/pair-programming-in-kubernetes-hippy-hacker.md
@@ -0,0 +1,39 @@
+#### Presenter: Hippy Hacker
+
+#### Topic: Pair Programming in Kubernetes using EMACS
+
+#### Date & Time: 3:30 PM
+
+#### Notes
+
+1. So you will get ssh link
+2. You ssh both people ssh
+3. There can be a todo list
+4. When you check todo list off it will show percentage updated
+Basically a tmux session uses emac
+
+Basically opens a tmux interactive window session where you can execute code directly from the shared document
+You can do a left and right `i`, this will allow you to control things from one left `i` and execute on the right `i` in
+real time. Both eyes are accessed via links
+The session is shared so both people can pair.
+
+The desired use is to to write test in a paired fashion.
+When ou write test you can leverage kind to start clusters for your tests to be able to identify which api's your using.
+
+There are multiple helper functions included like `Todo` `Blocked` `Done` that allow the pair programmers to track
+status and also you can get your test results directly in the document while peer programming.
+
+In the right `i` you can actually run through logs and show what happened with your tests.
+
+
+The [repo](github.com/linmacs/emacs.d) has the instructions to install and configure the pair programming.
+
+
+CNCF - contract is online to help with conformance working group to write api stint to be able to deploy into cluster
+and see what is happening in the tests.
+
+### Take Aways
+need to help community adoption along
+
+### Action Items
+* Get SIG leaders together to help with adoption and understand who to reach out to when tests aren't created?