Add a couple of questions

This commit is contained in:
abregman
2021-06-27 05:28:58 +03:00
parent bbbe0f3e9d
commit 71580d2ae9
3 changed files with 117 additions and 64 deletions

View File

@ -0,0 +1,3 @@
## Build & Publish Docker Images to Kubernetes Cluster
Write a pipeline, on any CI/CD system you prefer, that will build am image out of a given Dockerfile and will publish that image to running Kubernetes cluster.

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
# coding=utf-8
class Elevator(object):
def __init__(self, direction=0, position=0):
self.direction = directopn
self.position = position