kakao / network-node-manager

network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.
Apache License 2.0
108 stars 20 forks source link

`pkg/iptables` 함수의 오타를 수정합니다. #1

Closed SeongJuMoon closed 4 years ago

SeongJuMoon commented 4 years ago

아래 함수 선언 및 그 함수를 사용하는 부분의 오타를 수정하였습니다.

https://github.com/kakao/ipvs-node-controller/blob/dfe401c837b837728d944fc39b5d4cec92a8d43e/pkg/iptables/iptables.go#L53 https://github.com/kakao/ipvs-node-controller/blob/dfe401c837b837728d944fc39b5d4cec92a8d43e/controllers/service_controller.go#L206 https://github.com/kakao/ipvs-node-controller/blob/dfe401c837b837728d944fc39b5d4cec92a8d43e/controllers/service_controller.go#L212

ssup2 commented 4 years ago

@SeongJuMoon 오타 수정 감사합니다. 지금 CI 자동화가 전혀 안되어 있어서, CI 설정 후 Merge 하겠습니다. 다시 한번 감사드립니다.