~xdavidwu/cskloudv3-thesis

590aab9afb2d6922758ae6f17ed72af24623d8de — Pinghao Wu 3 months ago 0b436e5
figures: fit width where make sense
3 files changed, 4 insertions(+), 4 deletions(-)

M Sections/2.Backgrounds.tex
M Sections/3.RelatedWorks.tex
M Sections/4.Architecture.tex
M Sections/2.Backgrounds.tex => Sections/2.Backgrounds.tex +2 -2
@@ 21,7 21,7 @@ Kubernetes 提供 RESTful API 做為主要控制手段,以 resources 作為對

\begin{figure}[htb]
    \centering
    \includegraphics{assets/kubernetes.png}
    \includegraphics[width=\textwidth]{assets/kubernetes.png}
    \caption{Kubernetes 操作模型簡易示意圖}
\end{figure}



@@ 65,7 65,7 @@ Helm 用來產生 Kubernetes resources 的模板稱為 Helm Chart,Helm Charts 

\begin{figure}[htb]
    \centering
    \includegraphics{assets/helm.png}
    \includegraphics[width=\textwidth]{assets/helm.png}
    \caption{Helm 原理示意圖}
\end{figure}


M Sections/3.RelatedWorks.tex => Sections/3.RelatedWorks.tex +1 -1
@@ 13,7 13,7 @@

\begin{figure}[htb]
    \centering
    \includegraphics{assets/CScloudV2.png}
    \includegraphics[width=\textwidth]{assets/CScloudV2.png}
    \caption{CScloud with PEKOS 實做架構簡易示意圖}
\end{figure}


M Sections/4.Architecture.tex => Sections/4.Architecture.tex +1 -1
@@ 29,7 29,7 @@

\begin{figure}[htb]
    \centering
    \includegraphics{assets/CSKloudV3.png}
    \includegraphics[width=\textwidth]{assets/CSKloudV3.png}
    \caption{CSKloud V3 架構簡易示意圖}
\end{figure}